diff options
Diffstat (limited to 'WebCore/platform/win/SystemInfo.cpp')
-rw-r--r-- | WebCore/platform/win/SystemInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/win/SystemInfo.cpp b/WebCore/platform/win/SystemInfo.cpp index ba20ddd..f010769 100644 --- a/WebCore/platform/win/SystemInfo.cpp +++ b/WebCore/platform/win/SystemInfo.cpp @@ -26,6 +26,8 @@ #include "config.h" #include "SystemInfo.h" +#include <windows.h> + namespace WebCore { bool isRunningOnVistaOrLater() |