diff options
Diffstat (limited to 'src/declarative/qml/parser/qmljsmemorypool_p.h')
-rw-r--r-- | src/declarative/qml/parser/qmljsmemorypool_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/parser/qmljsmemorypool_p.h b/src/declarative/qml/parser/qmljsmemorypool_p.h index 24a2145..ca60ef1 100644 --- a/src/declarative/qml/parser/qmljsmemorypool_p.h +++ b/src/declarative/qml/parser/qmljsmemorypool_p.h @@ -57,7 +57,7 @@ #include <QtCore/qshareddata.h> #include <string.h> -#include "qmljsglobal_p.h" +#include <private/qmljsglobal_p.h> QT_QML_BEGIN_NAMESPACE |