summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsmemorypool_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/parser/qmljsmemorypool_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsmemorypool_p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/declarative/qml/parser/qmljsmemorypool_p.h b/src/declarative/qml/parser/qmljsmemorypool_p.h
index 24a2145..3da2678 100644
--- a/src/declarative/qml/parser/qmljsmemorypool_p.h
+++ b/src/declarative/qml/parser/qmljsmemorypool_p.h
@@ -53,17 +53,18 @@
// We mean it.
//
+#include "qmljsglobal_p.h"
+
#include <QtCore/qglobal.h>
#include <QtCore/qshareddata.h>
-#include <string.h>
-#include "qmljsglobal_p.h"
+#include <string.h>
QT_QML_BEGIN_NAMESPACE
namespace QmlJS {
-class MemoryPool : public QSharedData
+class QML_PARSER_EXPORT MemoryPool : public QSharedData
{
public:
enum { maxBlockCount = -1 };