aboutsummaryrefslogtreecommitdiffstats
path: root/llvm_runtime.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-11-17 21:54:26 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2012-11-19 10:29:07 +0100
commit65724ce3e7ae798c6efad3a039072356063f3e4c (patch)
tree22351544391f2ebc38b3ce32c53d1236a82a8375 /llvm_runtime.cpp
parentd7416a80faa4e8b32824975b712f6756eda7b18f (diff)
Move the engine and context classes into their own files
Change-Id: Ie20138990908a921ca3d7475618275ed82d9cb5c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'llvm_runtime.cpp')
-rw-r--r--llvm_runtime.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_runtime.cpp b/llvm_runtime.cpp
index aa5d70ccbb..b911ad4880 100644
--- a/llvm_runtime.cpp
+++ b/llvm_runtime.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
#include "qmljs_runtime.h"
+#include "qmljs_environment.h"
#include <stdio.h>
#include <setjmp.h>