Add neccesary #include
authorChris Lattner <sabre@nondot.org>
Mon, 29 Apr 2002 18:48:55 +0000 (18:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Apr 2002 18:48:55 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2406 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp

index 8fa59584c02892dd44da519e2659eaeffa51c658..4a08c247045288043e096b7e9a5d33f3ecac7a2e 100644 (file)
@@ -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>
index 8fa59584c02892dd44da519e2659eaeffa51c658..4a08c247045288043e096b7e9a5d33f3ecac7a2e 100644 (file)
@@ -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>