[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in
Jim Laskey
jlaskey at apple.com
Wed Nov 8 10:48:32 PST 2006
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.24 -> 1.25
---
Log message:
Make sure <cmath> comes first
---
Diffs of the changes: (+2 -0)
DataTypes.h.in | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/include/llvm/Support/DataTypes.h.in:1.24 llvm/include/llvm/Support/DataTypes.h.in:1.25
--- llvm/include/llvm/Support/DataTypes.h.in:1.24 Wed Nov 8 11:19:29 2006
+++ llvm/include/llvm/Support/DataTypes.h.in Wed Nov 8 12:48:14 2006
@@ -50,6 +50,8 @@
#include <stdint.h>
#endif
+#include <cmath>
+
#ifdef _AIX
#include "llvm/Support/AIXDataTypesFix.h"
#endif
More information about the llvm-commits
mailing list