diff options
Diffstat (limited to 'WebCore/platform/win/EventLoopWin.cpp')
-rw-r--r-- | WebCore/platform/win/EventLoopWin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/win/EventLoopWin.cpp b/WebCore/platform/win/EventLoopWin.cpp index aae107d..ece320f 100644 --- a/WebCore/platform/win/EventLoopWin.cpp +++ b/WebCore/platform/win/EventLoopWin.cpp @@ -26,6 +26,8 @@ #include "config.h" #include "EventLoop.h" +#include <windows.h> + namespace WebCore { void EventLoop::cycle() |