Title: [176579] trunk/Source/WebKit/win
Revision
176579
Author
[email protected]
Date
2014-11-29 14:43:41 -0800 (Sat, 29 Nov 2014)

Log Message

Try to fix build.

* WebHistory.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (176578 => 176579)


--- trunk/Source/WebKit/win/ChangeLog	2014-11-29 22:23:36 UTC (rev 176578)
+++ trunk/Source/WebKit/win/ChangeLog	2014-11-29 22:43:41 UTC (rev 176579)
@@ -1,5 +1,11 @@
 2014-11-29  Anders Carlsson  <[email protected]>
 
+        Try to fix build.
+
+        * WebHistory.h:
+
+2014-11-29  Anders Carlsson  <[email protected]>
+
         Stub out more of WebVisitedLinkStore on Windows
         https://bugs.webkit.org/show_bug.cgi?id=139098
 

Modified: trunk/Source/WebKit/win/WebHistory.h (176578 => 176579)


--- trunk/Source/WebKit/win/WebHistory.h	2014-11-29 22:23:36 UTC (rev 176578)
+++ trunk/Source/WebKit/win/WebHistory.h	2014-11-29 22:43:41 UTC (rev 176579)
@@ -30,6 +30,7 @@
 #include <WebCore/COMPtr.h>
 #include <memory>
 #include <wtf/Forward.h>
+#include <wtf/HashMap.h>
 
 namespace WebCore {
     class URL;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to