aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-11-09 08:05:39 +0000
committerJim Laskey <jlaskey@mac.com>2006-11-09 08:05:39 +0000
commit4320f810c8c93d1f6c568ef363af29ac21f10b03 (patch)
tree0f40692695754316158f2bc453667f391a9050f0
parentfef02427cda8dc0b3e6aedd6d78c4ba3e1e48069 (diff)
math.h for C's sake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31590 91177308-0d34-0410-b5e6-96231b3b80d8
-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"