X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d20c3f418164bab70aa71e395677df9e3b0c259b..884a37aed25b5cdabcc6f9f7604878aa97ecb031:/src/msw/display.cpp diff --git a/src/msw/display.cpp b/src/msw/display.cpp index 5dd3994788..6066895d21 100644 --- a/src/msw/display.cpp +++ b/src/msw/display.cpp @@ -56,6 +56,10 @@ #pragma warning(disable:4706) #endif +// with mingw32, we must include windows.h first and it doesn't hurt with other +// compilers +#include + #include #ifdef _MSC_VER