summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/javascriptcore/JavaScriptCore
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2010-03-11 09:26:04 (GMT)
committerKent Hansen <kent.hansen@nokia.com>2010-03-11 09:26:17 (GMT)
commit471d020c212266cd84481cf60a61fc223f8ab316 (patch)
treeb9e0721a5f6b624cf6e8ac3df10168d1a1a79de2 /src/3rdparty/javascriptcore/JavaScriptCore
parent7304cf9e0742fe112d8bf654fa5cd479523ea07a (diff)
downloadQt-471d020c212266cd84481cf60a61fc223f8ab316.zip
Qt-471d020c212266cd84481cf60a61fc223f8ab316.tar.gz
Qt-471d020c212266cd84481cf60a61fc223f8ab316.tar.bz2
Compile
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore')
-rw-r--r--src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h b/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h
index 307ce68..2e21f9d 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h
@@ -36,6 +36,10 @@
#include <wtf/Vector.h>
#include <wtf/unicode/Unicode.h>
+#if PLATFORM(QT)
+#include <QtCore/qstring.h>
+#endif
+
namespace JSC {
using WTF::PlacementNewAdoptType;