Title: [155812] trunk/Source/WTF
Revision
155812
Author
par...@webkit.org
Date
2013-09-15 07:58:35 -0700 (Sun, 15 Sep 2013)

Log Message

[WIN] Fix build without precompiled header after r155454.

* wtf/win/GDIObject.h: Added missing windows.h include.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (155811 => 155812)


--- trunk/Source/WTF/ChangeLog	2013-09-15 14:13:55 UTC (rev 155811)
+++ trunk/Source/WTF/ChangeLog	2013-09-15 14:58:35 UTC (rev 155812)
@@ -1,3 +1,9 @@
+2013-09-15  Patrick Gansterer  <par...@webkit.org>
+
+        [WIN] Fix build without precompiled header after r155454.
+
+        * wtf/win/GDIObject.h: Added missing windows.h include.
+
 2013-09-15  Andreas Kling  <akl...@apple.com>
 
         Remove Ref(const T&) constructor.

Modified: trunk/Source/WTF/wtf/win/GDIObject.h (155811 => 155812)


--- trunk/Source/WTF/wtf/win/GDIObject.h	2013-09-15 14:13:55 UTC (rev 155811)
+++ trunk/Source/WTF/wtf/win/GDIObject.h	2013-09-15 14:58:35 UTC (rev 155812)
@@ -29,6 +29,7 @@
 #include <algorithm>
 #include <cstddef>
 #include <memory>
+#include <windows.h>
 #include <wtf/Assertions.h>
 #include <wtf/Noncopyable.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to