[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in
    Jim Laskey 
    jlaskey at apple.com
       
    Thu Nov  9 00:06:04 PST 2006
    
    
  
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.25 -> 1.26
---
Log message:
math.h for C's sake.
---
Diffs of the changes:  (+1 -1)
 DataTypes.h.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/include/llvm/Support/DataTypes.h.in:1.25 llvm/include/llvm/Support/DataTypes.h.in:1.26
--- llvm/include/llvm/Support/DataTypes.h.in:1.25	Wed Nov  8 12:48:14 2006
+++ llvm/include/llvm/Support/DataTypes.h.in	Thu Nov  9 02:05:39 2006
@@ -50,7 +50,7 @@
 #include <stdint.h>
 #endif
 
-#include <cmath>
+#include <math.h>
 
 #ifdef _AIX
 #include "llvm/Support/AIXDataTypesFix.h"
    
    
More information about the llvm-commits
mailing list