diff --git a/portable/MSVC-MingW/portmacro.h b/portable/MSVC-MingW/portmacro.h index d15300772..48a8bf4b0 100644 --- a/portable/MSVC-MingW/portmacro.h +++ b/portable/MSVC-MingW/portmacro.h @@ -29,7 +29,15 @@ #ifndef PORTMACRO_H #define PORTMACRO_H +#ifdef WIN32_LEAN_AND_MEAN + #include +#else + #include +#endif + #include +#include +#include #include /******************************************************************************