summaryrefslogtreecommitdiffstats
path: root/src/script/api
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-07-15 13:59:27 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-07-15 13:59:27 (GMT)
commit611fb06def195d2f660be25bbe0fc312b0259787 (patch)
tree20d260c0a7c6de8e9334df776ae4e713670777e3 /src/script/api
parent3cc96b513fcea6258fbeb8a5ddbc0fd22faa7b73 (diff)
downloadQt-611fb06def195d2f660be25bbe0fc312b0259787.zip
Qt-611fb06def195d2f660be25bbe0fc312b0259787.tar.gz
Qt-611fb06def195d2f660be25bbe0fc312b0259787.tar.bz2
compile when JIT is enabled
NativeFunctionWrapper is typedef for JSFunction
Diffstat (limited to 'src/script/api')
-rw-r--r--src/script/api/qscriptengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/qscriptengine.cpp b/src/script/api/qscriptengine.cpp
index df31acd..e020c93 100644
--- a/src/script/api/qscriptengine.cpp
+++ b/src/script/api/qscriptengine.cpp
@@ -38,6 +38,7 @@
#include "ObjectPrototype.h"
#include "SourceCode.h"
#include "FunctionPrototype.h"
+#include "JSFunction.h"
#include "utils/qscriptdate_p.h"
#include "bridge/qscriptfunction_p.h"