summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeprivate.h
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2010-02-24 11:13:51 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2010-02-24 11:13:51 (GMT)
commitff92c1cd2bf5171637b51d5eb646b165d6f11ec3 (patch)
tree177a30d3e2dc5b41e01c9cb27e92126b73079484 /src/declarative/qml/qdeclarativeprivate.h
parent9872dce1dcb74216cad30301502d1c77de2356ad (diff)
downloadQt-ff92c1cd2bf5171637b51d5eb646b165d6f11ec3.zip
Qt-ff92c1cd2bf5171637b51d5eb646b165d6f11ec3.tar.gz
Qt-ff92c1cd2bf5171637b51d5eb646b165d6f11ec3.tar.bz2
Build fix when using <QtDeclarative> include.
Diffstat (limited to 'src/declarative/qml/qdeclarativeprivate.h')
-rw-r--r--src/declarative/qml/qdeclarativeprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeprivate.h b/src/declarative/qml/qdeclarativeprivate.h
index e8bbff4..01369d4 100644
--- a/src/declarative/qml/qdeclarativeprivate.h
+++ b/src/declarative/qml/qdeclarativeprivate.h
@@ -44,6 +44,9 @@
#include <QtCore/qglobal.h>
#include <QtCore/qvariant.h>
+#ifndef Q_OS_WIN
+#include <stdint.h>
+#endif
QT_BEGIN_HEADER