added include<iostream> for cerr
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 22:04:00 +0000 (22:04 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 22:04:00 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2800 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/WriteBytecodePass.h
lib/VMCore/Constants.cpp

index 3e6d7fef7150f6f8dfff16f169106bd038732d00..ffb0e9af3cfb0e4ae8a5f9f6786fbcc09b5e37b2 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "llvm/Pass.h"
 #include "llvm/Bytecode/Writer.h"
+#include <iostream>
 
 class WriteBytecodePass : public Pass {
   std::ostream *Out;           // ostream to print on
index dcce830d16cd5803ec51e247506e8e3322c7c7ae..e918a2485509f5391eef13d95402dc602b73ec52 100644 (file)
@@ -12,6 +12,7 @@
 #include "llvm/SlotCalculator.h"
 #include "Support/StringExtras.h"
 #include <algorithm>
+#include <iostream>
 
 using std::map;
 using std::pair;