From: Chris Lattner Date: Mon, 29 Apr 2002 18:48:55 +0000 (+0000) Subject: Add neccesary #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=86e9187dccd1ef73cc2d498bb4828162d11dd650;p=oota-llvm.git Add neccesary #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp index 8fa59584c02..4a08c247045 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -26,6 +26,7 @@ #include "llvm/iMemory.h" #include "llvm/Constant.h" #include "llvm/BasicBlock.h" +#include "llvm/Type.h" #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" #include diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index 8fa59584c02..4a08c247045 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -26,6 +26,7 @@ #include "llvm/iMemory.h" #include "llvm/Constant.h" #include "llvm/BasicBlock.h" +#include "llvm/Type.h" #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" #include