aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw/qhashedstring_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-03-05 13:07:23 +0100
committerLars Knoll <lars.knoll@digia.com>2013-04-15 13:03:03 +0200
commite75f3e6bd2d30cc7237493b77d078831c63c9d3e (patch)
tree22f249ff9d278824e375dea84b8bc59d369fc488 /src/qml/qml/ftw/qhashedstring_p.h
parent2cd8a90bd4d171ed2404822b6046455a94d4b6ed (diff)
Fix compilation with v4vm's v8 compatibility headers
Some code is also commented out - it will disappear during the removal of the v8 code later. Change-Id: I46e07be47ed7d4bc12423a6348d674d2fca489f7 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/ftw/qhashedstring_p.h')
-rw-r--r--src/qml/qml/ftw/qhashedstring_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/ftw/qhashedstring_p.h b/src/qml/qml/ftw/qhashedstring_p.h
index cdf0717e3a..cffa68e4cd 100644
--- a/src/qml/qml/ftw/qhashedstring_p.h
+++ b/src/qml/qml/ftw/qhashedstring_p.h
@@ -56,6 +56,7 @@
#include <QtCore/qglobal.h>
#include <QtCore/qstring.h>
#include <private/qv8_p.h>
+#include <private/qv4string.h>
#include <private/qflagpointer_p.h>