diff --git a/src/textures/hires/hirestex.cpp b/src/textures/hires/hirestex.cpp index c5aed16243..dae7654a08 100644 --- a/src/textures/hires/hirestex.cpp +++ b/src/textures/hires/hirestex.cpp @@ -24,6 +24,12 @@ ** */ +#ifdef _MSC_VER +#include +#else +#include +#endif + #include "w_wad.h" #include "m_png.h" #include "sbar.h" @@ -32,7 +38,6 @@ #include "bitmap.h" #ifndef _WIN32 -#include #define _access(a,b) access(a,b) #endif