aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-08-04 09:42:45 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-08-04 09:27:47 +0000
commitf36baf1e276457871c6c0233b4b95d01fa01a3c3 (patch)
treec4d30b10571bb14ae5931ab34481e79232daded5 /src/qml/qml/qqmlpropertycache.cpp
parentecf365c0b2ceeda97e42e4bc408964a9588cb6f2 (diff)
Fix android build
Change-Id: Id65119bef515c9b6336a343f39541f557a00e015 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlpropertycache.cpp')
-rw-r--r--src/qml/qml/qqmlpropertycache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlpropertycache.cpp b/src/qml/qml/qqmlpropertycache.cpp
index 322e519706..d0bdb1c54f 100644
--- a/src/qml/qml/qqmlpropertycache.cpp
+++ b/src/qml/qml/qqmlpropertycache.cpp
@@ -51,6 +51,7 @@
#include <private/qv4value_p.h>
#include <QtCore/qdebug.h>
+#include <QtCore/QCryptographicHash>
#include <ctype.h> // for toupper
#include <limits.h>