diff options
author | hjk <qtc-committer@nokia.com> | 2010-02-17 15:09:42 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-02-18 14:09:20 (GMT) |
commit | fa1b0faa1ede809dae3c46ecfce0ef760b887b7c (patch) | |
tree | 197651c364f763b9a43e22d5f5bafc6c5d69eb3d /src/declarative/qml/qmlxmlhttprequest_p.h | |
parent | 21df89dae6c0646ec5066efaea0ec2986c7c4588 (diff) | |
download | Qt-fa1b0faa1ede809dae3c46ecfce0ef760b887b7c.zip Qt-fa1b0faa1ede809dae3c46ecfce0ef760b887b7c.tar.gz Qt-fa1b0faa1ede809dae3c46ecfce0ef760b887b7c.tar.bz2 |
Compile fix with namepaces
Task-number: QTBUG-8205
Diffstat (limited to 'src/declarative/qml/qmlxmlhttprequest_p.h')
-rw-r--r-- | src/declarative/qml/qmlxmlhttprequest_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlxmlhttprequest_p.h b/src/declarative/qml/qmlxmlhttprequest_p.h index 3a81278..11ed027 100644 --- a/src/declarative/qml/qmlxmlhttprequest_p.h +++ b/src/declarative/qml/qmlxmlhttprequest_p.h @@ -53,6 +53,9 @@ // // We mean it. // + +#include <QtCore/qglobal.h> + QT_BEGIN_NAMESPACE class QScriptEngine; |