From: Duraid Madina Date: Wed, 28 Dec 2005 06:29:02 +0000 (+0000) Subject: add these so I can be less naughty X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2e096c1cbf83c3d6405f74481cb7880ba02cf092;p=oota-llvm.git add these so I can be less naughty git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25034 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter.cpp index 26a3d39db5e..5fdfbfd5a30 100644 --- a/lib/CodeGen/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter.cpp @@ -19,6 +19,7 @@ #include "llvm/Support/Mangler.h" #include "llvm/Support/MathExtras.h" #include "llvm/Target/TargetMachine.h" +#include using namespace llvm; AsmPrinter::AsmPrinter(std::ostream &o, TargetMachine &tm) diff --git a/lib/CodeGen/ELFWriter.cpp b/lib/CodeGen/ELFWriter.cpp index b58fc1ff0a9..c0b2cdfd2aa 100644 --- a/lib/CodeGen/ELFWriter.cpp +++ b/lib/CodeGen/ELFWriter.cpp @@ -37,6 +37,7 @@ #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Support/Mangler.h" +#include using namespace llvm; //===----------------------------------------------------------------------===//