aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compilationunit_moth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4compilationunit_moth.cpp')
-rw-r--r--src/qml/compiler/qv4compilationunit_moth.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4compilationunit_moth.cpp b/src/qml/compiler/qv4compilationunit_moth.cpp
index b0a69a6584..a93f0f3407 100644
--- a/src/qml/compiler/qv4compilationunit_moth.cpp
+++ b/src/qml/compiler/qv4compilationunit_moth.cpp
@@ -37,8 +37,10 @@
**
****************************************************************************/
#include "qv4compilationunit_moth_p.h"
+#ifndef V4_BOOTSTRAP
#include <private/qv4function_p.h>
#include <private/qv4vme_moth_p.h>
+#endif
#include <wtf/StdLibExtras.h>
using namespace QV4::Moth;