From: Reid Spencer Date: Fri, 19 Jan 2007 22:45:05 +0000 (+0000) Subject: Add a #include to resolve IntegerType class. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc0895a59628c8ae7fea56572e19ddc081d219ac;p=oota-llvm.git Add a #include to resolve IntegerType class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33384 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index abcd117b51b..47095629355 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/examples/HowToUseJIT/HowToUseJIT.cpp @@ -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"