diff options
-rw-r--r-- | include/llvm/Support/DataTypes.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index da87f8aa4c..ab438f8805 100644 --- a/include/llvm/Support/DataTypes.h.in +++ b/include/llvm/Support/DataTypes.h.in @@ -50,7 +50,7 @@ #include <stdint.h> #endif -#include <cmath> +#include <math.h> #ifdef _AIX #include "llvm/Support/AIXDataTypesFix.h" |