[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp
Reid Spencer
reid at x10sys.com
Mon Dec 6 23:08:19 PST 2004
Changes in directory llvm/lib/VMCore:
Constants.cpp updated: 1.115 -> 1.116
---
Log message:
Provide a missing header file.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/VMCore/Constants.cpp
diff -u llvm/lib/VMCore/Constants.cpp:1.115 llvm/lib/VMCore/Constants.cpp:1.116
--- llvm/lib/VMCore/Constants.cpp:1.115 Tue Dec 7 01:06:47 2004
+++ llvm/lib/VMCore/Constants.cpp Tue Dec 7 01:08:08 2004
@@ -21,6 +21,7 @@
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
#include <iostream>
+#include "math.h"
using namespace llvm;
ConstantBool *ConstantBool::True = new ConstantBool(true);
More information about the llvm-commits
mailing list