diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-03-11 09:26:04 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-03-11 09:26:17 (GMT) |
commit | 471d020c212266cd84481cf60a61fc223f8ab316 (patch) | |
tree | b9e0721a5f6b624cf6e8ac3df10168d1a1a79de2 /src/3rdparty/javascriptcore/JavaScriptCore/runtime | |
parent | 7304cf9e0742fe112d8bf654fa5cd479523ea07a (diff) | |
download | Qt-471d020c212266cd84481cf60a61fc223f8ab316.zip Qt-471d020c212266cd84481cf60a61fc223f8ab316.tar.gz Qt-471d020c212266cd84481cf60a61fc223f8ab316.tar.bz2 |
Compile
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore/runtime')
-rw-r--r-- | src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h | 4 |
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; |