summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-08-24 15:53:16 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-08-24 15:53:16 (GMT)
commit3f183debfd677b952b015f6950131dd25bd4768b (patch)
treecb256bd3926007964d4374f9452eaf80014973a2 /src/3rdparty
parent09eacce5aaf6ef2612ebe9c239527f46a67b9995 (diff)
downloadQt-3f183debfd677b952b015f6950131dd25bd4768b.zip
Qt-3f183debfd677b952b015f6950131dd25bd4768b.tar.gz
Qt-3f183debfd677b952b015f6950131dd25bd4768b.tar.bz2
Fix compile error on Windows7(64Bit) with latest SDK.
Added the missing include file. Reviewed-by: TrustMe
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/webkit/JavaScriptCore/runtime/UString.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/runtime/UString.cpp b/src/3rdparty/webkit/JavaScriptCore/runtime/UString.cpp
index f64219c..fa19932 100644
--- a/src/3rdparty/webkit/JavaScriptCore/runtime/UString.cpp
+++ b/src/3rdparty/webkit/JavaScriptCore/runtime/UString.cpp
@@ -40,6 +40,7 @@
#include <wtf/MathExtras.h>
#include <wtf/Vector.h>
#include <wtf/unicode/UTF8.h>
+#include <wtf/StringExtras.h>
#if HAVE(STRING_H)
#include <string.h>