Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / examples / ParallelJIT / ParallelJIT.cpp
index 653b8cc0342adae8e17b076275b0b40cfd2c1cc4..2aa63d91ffb364692c4c50ef51af2660584efab6 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/ExecutionEngine/Interpreter.h"
+#include "llvm/ExecutionEngine/JIT.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Instructions.h"