diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-02-24 11:13:51 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-02-24 11:13:51 (GMT) |
commit | ff92c1cd2bf5171637b51d5eb646b165d6f11ec3 (patch) | |
tree | 177a30d3e2dc5b41e01c9cb27e92126b73079484 /src/declarative/qml/qdeclarativeprivate.h | |
parent | 9872dce1dcb74216cad30301502d1c77de2356ad (diff) | |
download | Qt-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.h | 3 |
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 |