diff options
-rw-r--r-- | llvm/include/llvm/Support/DataTypes.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/DataTypes.h.in b/llvm/include/llvm/Support/DataTypes.h.in index 81d4cff3e36..da87f8aa4c9 100644 --- a/llvm/include/llvm/Support/DataTypes.h.in +++ b/llvm/include/llvm/Support/DataTypes.h.in @@ -50,6 +50,8 @@ #include <stdint.h> #endif +#include <cmath> + #ifdef _AIX #include "llvm/Support/AIXDataTypesFix.h" #endif |