aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlaccessors_p.h
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig.qnx@kdab.com>2012-01-13 18:34:47 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 08:51:22 +0100
commit9ca4af5c5901a3d0abb0010e21fab0925573cf00 (patch)
tree4737f6b269794850d62e4fea9dc90a50327e0746 /src/qml/qml/qqmlaccessors_p.h
parentd268ac6f0e2642fc0f0bacab4f4a1f75b49ef1ec (diff)
Fix compilation on QNX.
Change-Id: I5e01cad23066a645c1434ce1463d370733f53e4f Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlaccessors_p.h')
-rw-r--r--src/qml/qml/qqmlaccessors_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlaccessors_p.h b/src/qml/qml/qqmlaccessors_p.h
index a603bede9f..8e67a58511 100644
--- a/src/qml/qml/qqmlaccessors_p.h
+++ b/src/qml/qml/qqmlaccessors_p.h
@@ -47,6 +47,10 @@
#include <QtCore/qhash.h>
#include <QtCore/QReadWriteLock>
+#ifdef Q_OS_QNX
+#include <stdint.h>
+#endif
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE