Title: [248603] trunk/Source/WTF
Revision
248603
Author
[email protected]
Date
2019-08-13 11:54:32 -0700 (Tue, 13 Aug 2019)

Log Message

Unreviewed, build fix for Windows
https://bugs.webkit.org/show_bug.cgi?id=200611

* wtf/win/GDIObject.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (248602 => 248603)


--- trunk/Source/WTF/ChangeLog	2019-08-13 18:28:15 UTC (rev 248602)
+++ trunk/Source/WTF/ChangeLog	2019-08-13 18:54:32 UTC (rev 248603)
@@ -1,3 +1,10 @@
+2019-08-13  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, build fix for Windows
+        https://bugs.webkit.org/show_bug.cgi?id=200611
+
+        * wtf/win/GDIObject.h:
+
 2019-08-12  Takashi Komori  <[email protected]>
 
         [WTF] Thread::removeFromThreadGroup leaks weak pointers.

Modified: trunk/Source/WTF/wtf/win/GDIObject.h (248602 => 248603)


--- trunk/Source/WTF/wtf/win/GDIObject.h	2019-08-13 18:28:15 UTC (rev 248602)
+++ trunk/Source/WTF/wtf/win/GDIObject.h	2019-08-13 18:54:32 UTC (rev 248603)
@@ -31,6 +31,7 @@
 #include <memory>
 #include <windows.h>
 #include <wtf/Assertions.h>
+#include <wtf/FastMalloc.h>
 #include <wtf/Noncopyable.h>
 
 namespace WTF {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to