summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-11-08 18:48:14 +0000
committerJim Laskey <jlaskey@mac.com>2006-11-08 18:48:14 +0000
commit12cd0012bd688f6572602a4d26a2b12165380bd0 (patch)
tree0f5f3243a36fa3414a820742929e4d7e449c6da8 /include
parentd96e180da0a9395ac54960d4cc3d0b469fa11009 (diff)
downloadllvm-12cd0012bd688f6572602a4d26a2b12165380bd0.tar.gz
llvm-12cd0012bd688f6572602a4d26a2b12165380bd0.tar.bz2
llvm-12cd0012bd688f6572602a4d26a2b12165380bd0.tar.xz
Make sure <cmath> comes first
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/DataTypes.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in
index 81d4cff3e3..da87f8aa4c 100644
--- a/include/llvm/Support/DataTypes.h.in
+++ b/include/llvm/Support/DataTypes.h.in
@@ -50,6 +50,8 @@
#include <stdint.h>
#endif
+#include <cmath>
+
#ifdef _AIX
#include "llvm/Support/AIXDataTypesFix.h"
#endif