* wtf/win/GDIObject.h: Added missing windows.h include.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@155812
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-09-15 Patrick Gansterer <paroga@webkit.org>
+
+ [WIN] Fix build without precompiled header after r155454.
+
+ * wtf/win/GDIObject.h: Added missing windows.h include.
+
2013-09-15 Andreas Kling <akling@apple.com>
Remove Ref(const T&) constructor.
#include <algorithm>
#include <cstddef>
#include <memory>
+#include <windows.h>
#include <wtf/Assertions.h>
#include <wtf/Noncopyable.h>