From 60a786e9e971f883d3c292670b21c9f4a7d7adc8 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 25 Jun 2002 22:04:00 +0000 Subject: [PATCH] added include for cerr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2800 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/WriteBytecodePass.h | 1 + lib/VMCore/Constants.cpp | 1 + 2 files changed, 2 insertions(+) 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; -- 2.34.1