Эх сурвалжийг харах

Add #include <iostream> since Value.h doesn't include it any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14624 91177308-0d34-0410-b5e6-96231b3b80d8
Reid Spencer 21 жил өмнө
parent
commit
321f8319da

+ 1 - 0
examples/ModuleMaker/ModuleMaker.cpp

@@ -11,6 +11,7 @@
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/Bytecode/Writer.h"
+#include <iostream>
 
 using namespace llvm;
 

+ 1 - 0
examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp

@@ -11,6 +11,7 @@
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/Bytecode/Writer.h"
+#include <iostream>
 
 using namespace llvm;
 

+ 1 - 0
projects/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp

@@ -11,6 +11,7 @@
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/Bytecode/Writer.h"
+#include <iostream>
 
 using namespace llvm;
 

+ 1 - 0
projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp

@@ -11,6 +11,7 @@
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/Bytecode/Writer.h"
+#include <iostream>
 
 using namespace llvm;
 

+ 1 - 0
projects/Stacker/tools/stkrc/stkrc.cpp

@@ -24,6 +24,7 @@
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
 #include <fstream>
+#include <iostream>
 #include <memory>
 
 using namespace llvm;