From: Anand Shukla Date: Tue, 25 Jun 2002 22:04:00 +0000 (+0000) Subject: added include for cerr X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60a786e9e971f883d3c292670b21c9f4a7d7adc8;p=oota-llvm.git added include for cerr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/WriteBytecodePass.h b/include/llvm/Bytecode/WriteBytecodePass.h index 3e6d7fef715..ffb0e9af3cf 100644 --- a/include/llvm/Bytecode/WriteBytecodePass.h +++ b/include/llvm/Bytecode/WriteBytecodePass.h @@ -10,6 +10,7 @@ #include "llvm/Pass.h" #include "llvm/Bytecode/Writer.h" +#include class WriteBytecodePass : public Pass { std::ostream *Out; // ostream to print on diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index dcce830d16c..e918a248550 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -12,6 +12,7 @@ #include "llvm/SlotCalculator.h" #include "Support/StringExtras.h" #include +#include using std::map; using std::pair;