aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Support/DataTypes.h.in2
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"