Minor corrections.
[oota-llvm.git] / examples / HowToUseJIT / HowToUseJIT.cpp
index 5ba8a7f1a82a0f57c16b6c42c4cb54fa0913285e..8fb9e5659def04eb3bf61d8a366d0f581438d79e 100644 (file)
@@ -39,7 +39,8 @@
 #include "llvm/Type.h"
 #include "llvm/Instructions.h"
 #include "llvm/ModuleProvider.h"
-#include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include "llvm/ExecutionEngine/JIT.h"
+#include "llvm/ExecutionEngine/Interpreter.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include <iostream>
 using namespace llvm;