From 70411b074c32010f7a4e3f4bd31b52ef2c0e2b77 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Apr 2002 18:48:55 +0000 Subject: [PATCH] Add neccesary #include llvm-svn: 2406 --- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index 8fa59584c028..4a08c2470452 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/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