aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/propertylist.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-03-11 10:30:48 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-03-11 10:53:52 +0100
commit91d4e47fc8eb506b3a906d75a838a28b2c3a38e4 (patch)
treec9192dfcd15d9a97071087282ec85b921f168e54 /src/lib/corelib/jsextensions/propertylist.h
parente8413f5a22ef66ca2b50d87c25ae8ab5cdac82a9 (diff)
fix compilation on OS X
Change-Id: I9e360e1b4c9e37807208aa85cb6bf4e9b7498e14 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/lib/corelib/jsextensions/propertylist.h')
-rw-r--r--src/lib/corelib/jsextensions/propertylist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/corelib/jsextensions/propertylist.h b/src/lib/corelib/jsextensions/propertylist.h
index 8f65038ff..09b29fb04 100644
--- a/src/lib/corelib/jsextensions/propertylist.h
+++ b/src/lib/corelib/jsextensions/propertylist.h
@@ -31,6 +31,8 @@
#ifndef QBS_PROPERTYLIST_H
#define QBS_PROPERTYLIST_H
+#include <qglobal.h>
+
#ifndef Q_OS_MAC
#include <QScriptEngine>