aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4bytecodehandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4bytecodehandler_p.h')
-rw-r--r--src/qml/compiler/qv4bytecodehandler_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4bytecodehandler_p.h b/src/qml/compiler/qv4bytecodehandler_p.h
index c9ceb7ddce..fcc88d4f86 100644
--- a/src/qml/compiler/qv4bytecodehandler_p.h
+++ b/src/qml/compiler/qv4bytecodehandler_p.h
@@ -50,6 +50,8 @@
//
// We mean it.
//
+
+#include <private/qtqmlcompilerglobal_p.h>
#include <private/qv4instr_moth_p.h>
QT_BEGIN_NAMESPACE
@@ -90,7 +92,7 @@ namespace Moth {
#define BYTECODE_HANDLER_DEFINE_VIRTUAL_BYTECODE_HANDLER(instr) \
INSTR_##instr(BYTECODE_HANDLER_DEFINE_VIRTUAL_BYTECODE_HANDLER)
-class ByteCodeHandler
+class Q_QMLCOMPILER_PRIVATE_EXPORT ByteCodeHandler
{
public:
virtual ~ByteCodeHandler();