Add #include <iostream> which is needed now that Value.h doesn't include it
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:01:27 +0000 (11:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:01:27 +0000 (11:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14600 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Archive/ArchiveReader.cpp
lib/Bytecode/Archive/ArchiveReader.cpp
lib/Bytecode/Reader/ArchiveReader.cpp

index 1e2d2b47131e2dcd23f8cdbec1f5f8fe4861e471..1d8530fc785838e023fdb5a5f1831b886d35820f 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/Module.h"
 #include "Support/FileUtilities.h"
 #include <cstdlib>
+#include <iostream>
 using namespace llvm;
 
 namespace {
index 1e2d2b47131e2dcd23f8cdbec1f5f8fe4861e471..1d8530fc785838e023fdb5a5f1831b886d35820f 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/Module.h"
 #include "Support/FileUtilities.h"
 #include <cstdlib>
+#include <iostream>
 using namespace llvm;
 
 namespace {
index 1e2d2b47131e2dcd23f8cdbec1f5f8fe4861e471..1d8530fc785838e023fdb5a5f1831b886d35820f 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/Module.h"
 #include "Support/FileUtilities.h"
 #include <cstdlib>
+#include <iostream>
 using namespace llvm;
 
 namespace {