summaryrefslogtreecommitdiffstats
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
commit31890e7e86f595361c4968e55d2896356e95c33d (patch)
treed0461f21bedeb936e9720627a1fea09364f61a7a
parent7275b02ea5ecf2b986f66f300ba785eb038ef72c (diff)
downloadbcm5719-llvm-31890e7e86f595361c4968e55d2896356e95c33d.tar.gz
bcm5719-llvm-31890e7e86f595361c4968e55d2896356e95c33d.zip
math.h for C's sake.
llvm-svn: 31590
-rw-r--r--llvm/include/llvm/Support/DataTypes.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/DataTypes.h.in b/llvm/include/llvm/Support/DataTypes.h.in
index da87f8aa4c9..ab438f88056 100644
--- a/llvm/include/llvm/Support/DataTypes.h.in
+++ b/llvm/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"
OpenPOWER on IntegriCloud