Make sure <cmath> comes first
authorJim Laskey <jlaskey@mac.com>
Wed, 8 Nov 2006 18:48:14 +0000 (18:48 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 8 Nov 2006 18:48:14 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31559 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/DataTypes.h.in

index 81d4cff3e36dee6be4ddf132147c8605c6f2889b..da87f8aa4c90df807ce8899d38c52613f7691431 100644 (file)
@@ -50,6 +50,8 @@
 #include <stdint.h>
 #endif
 
+#include <cmath>
+
 #ifdef _AIX
 #include "llvm/Support/AIXDataTypesFix.h"
 #endif