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

examples/ParallelJIT/ParallelJIT.cpp

index 47f990cc22f62c4e8865f682d0b0eb4535395714..f92055830d42366d807c232a750d21e51b644599 100644 (file)
@@ -20,7 +20,7 @@
 #include <pthread.h>
 #include "llvm/Module.h"
 #include "llvm/Constants.h"
 #include <pthread.h>
 #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"
 #include "llvm/Instructions.h"
 #include "llvm/ModuleProvider.h"
 #include "llvm/ExecutionEngine/JIT.h"