[llvm-commits] CVS: llvm/lib/Support/ConstantRange.cpp LeakDetector.cpp

LLVM llvm at cs.uiuc.edu
Sun Jul 4 07:22:38 PDT 2004


Changes in directory llvm/lib/Support:

ConstantRange.cpp updated: 1.11 -> 1.12
LeakDetector.cpp updated: 1.8 -> 1.9

---
Log message:

Add #include <iostream> since Value.h does not #include it any more.


---
Diffs of the changes:  (+3 -0)

Index: llvm/lib/Support/ConstantRange.cpp
diff -u llvm/lib/Support/ConstantRange.cpp:1.11 llvm/lib/Support/ConstantRange.cpp:1.12
--- llvm/lib/Support/ConstantRange.cpp:1.11	Mon Mar 29 18:19:49 2004
+++ llvm/lib/Support/ConstantRange.cpp	Sun Jul  4 07:19:56 2004
@@ -25,6 +25,8 @@
 #include "llvm/Constants.h"
 #include "llvm/Instruction.h"
 #include "llvm/Type.h"
+#include <iostream>
+
 using namespace llvm;
 
 static ConstantIntegral *Next(ConstantIntegral *CI) {


Index: llvm/lib/Support/LeakDetector.cpp
diff -u llvm/lib/Support/LeakDetector.cpp:1.8 llvm/lib/Support/LeakDetector.cpp:1.9
--- llvm/lib/Support/LeakDetector.cpp:1.8	Sun Feb 15 17:33:48 2004
+++ llvm/lib/Support/LeakDetector.cpp	Sun Jul  4 07:19:56 2004
@@ -13,6 +13,7 @@
 
 #include "Support/LeakDetector.h"
 #include "llvm/Value.h"
+#include <iostream>
 #include <set>
 using namespace llvm;
 





More information about the llvm-commits mailing list