[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
aroben at apple.com
aroben at apple.com
Wed Dec 22 14:48:50 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 1894ef74549051ad62fed48a67a0652e508725da
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Oct 21 00:39:50 2010 +0000
Windows build fix
* TestWebKitAPI/win/PlatformUtilitiesWin.cpp: Added missing #include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70197 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d16fae2..aea1496 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,4 +1,10 @@
2010-10-20 Adam Roben <aroben at apple.com>
+
+ Windows build fix
+
+ * TestWebKitAPI/win/PlatformUtilitiesWin.cpp: Added missing #include.
+
+2010-10-20 Adam Roben <aroben at apple.com>
Qt test fix
diff --git a/WebKitTools/TestWebKitAPI/win/PlatformUtilitiesWin.cpp b/WebKitTools/TestWebKitAPI/win/PlatformUtilitiesWin.cpp
index 8cfef17..17d8dad 100644
--- a/WebKitTools/TestWebKitAPI/win/PlatformUtilitiesWin.cpp
+++ b/WebKitTools/TestWebKitAPI/win/PlatformUtilitiesWin.cpp
@@ -25,6 +25,7 @@
#include "PlatformUtilities.h"
+#include <WebKit2/WKStringCF.h>
#include <WebKit2/WKURLCF.h>
#include <wtf/RetainPtr.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list