fix a compilation error, patch contributed by Bill Wendling!
authorChris Lattner <sabre@nondot.org>
Thu, 24 Mar 2005 05:12:48 +0000 (05:12 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Mar 2005 05:12:48 +0000 (05:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20807 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64AsmPrinter.cpp

index d79d6bb4a111da8986ab51f6577ca4c6c88e69a3..c30b8e456a154c53b55e691c97fc273d500413dc 100644 (file)
@@ -19,6 +19,7 @@
 #include "IA64.h"
 #include "IA64TargetMachine.h"
 #include "llvm/Module.h"
+#include "llvm/Type.h"
 #include "llvm/Assembly/Writer.h"
 #include "llvm/CodeGen/AsmPrinter.h"
 #include "llvm/CodeGen/MachineConstantPool.h"