diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp index 12e9efe547..e3b4129082 100644 --- a/Source/Core/VideoCommon/Src/VideoState.cpp +++ b/Source/Core/VideoCommon/Src/VideoState.cpp @@ -17,7 +17,9 @@ #include "VideoState.h" #include "TextureDecoder.h" +#ifdef WIN32 #include +#endif void VideoCommon_SaveState() { #ifdef WIN32