diff options
author | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2009-08-24 15:53:16 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2009-08-24 15:53:16 (GMT) |
commit | 3f183debfd677b952b015f6950131dd25bd4768b (patch) | |
tree | cb256bd3926007964d4374f9452eaf80014973a2 /src/3rdparty | |
parent | 09eacce5aaf6ef2612ebe9c239527f46a67b9995 (diff) | |
download | Qt-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.cpp | 1 |
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> |