Add a #include to resolve IntegerType class.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 19 Jan 2007 22:45:05 +0000 (22:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 19 Jan 2007 22:45:05 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33384 91177308-0d34-0410-b5e6-96231b3b80d8

examples/HowToUseJIT/HowToUseJIT.cpp

index abcd117b51b9fa86e81ce4563f2c5c8626c57396..470956293551b4e91e4b83f02ba4af0d26bd25a8 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "llvm/Module.h"
 #include "llvm/Constants.h"
-#include "llvm/Type.h"
+#include "llvm/DerivedTypes.h"
 #include "llvm/Instructions.h"
 #include "llvm/ModuleProvider.h"
 #include "llvm/ExecutionEngine/JIT.h"