From 56427031f60a34f8388a0facf14bea0558b8320e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 19 Jan 2007 22:45:50 +0000 Subject: [PATCH] Fix a #include to resolve IntegerType class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33385 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ParallelJIT/ParallelJIT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ParallelJIT/ParallelJIT.cpp b/examples/ParallelJIT/ParallelJIT.cpp index 47f990cc22f..f92055830d4 100644 --- a/examples/ParallelJIT/ParallelJIT.cpp +++ b/examples/ParallelJIT/ParallelJIT.cpp @@ -20,7 +20,7 @@ #include #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" -- 2.34.1