commit | 86e9187dccd1ef73cc2d498bb4828162d11dd650 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 29 18:48:55 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 29 18:48:55 2002 +0000 |
tree | eff18698fc1027adbc2c400464de17b9770f7449 | |
parent | 72a1d4e12657620ea1dd5a2fdb7570da81f5079c [diff] [blame] |
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 8fa5958..4a08c24 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 <alloca.h>