- #include <iostream> since its not in Value.h any more.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:55:37 +0000 (11:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:55:37 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14617 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Module.cpp
lib/VMCore/Pass.cpp
lib/VMCore/Value.cpp
lib/VMCore/Verifier.cpp

index 885a604abc1069143a89ec1ada3d71472f42c30a..3f599958985ed0fb304d19faa209d3946d6e5f88 100644 (file)
@@ -20,6 +20,7 @@
 #include "SymbolTableListTraitsImpl.h"
 #include <algorithm>
 #include <cstdarg>
+#include <iostream>
 #include <map>
 using namespace llvm;
 
index 3aa1d133294c021f2637d4b7ba2420fd881c0322..88813297ec6f196a4858724553d23303587e3c6d 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/ModuleProvider.h"
 #include "Support/STLExtras.h"
 #include "Support/TypeInfo.h"
+#include <iostream>
 #include <set>
 using namespace llvm;
 
index f8dd186b65bcd9dc90859fe04454471abbc2a4a3..01c7b3f4620193b819ec22eb6e1bfd1e88bdb192 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/Constant.h"
 #include "Support/LeakDetector.h"
 #include <algorithm>
+#include <iostream>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index c718f68048cfada42322d87818ece105d733c4c7..0215c606c87f4db9d692c7e6378a750f8fed6355 100644 (file)
@@ -55,6 +55,7 @@
 #include "llvm/Support/InstVisitor.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
+#include <iostream>
 #include <sstream>
 using namespace llvm;