From 4aa233f1f6d9ea68e7bf38aaea19a6b83f6665a6 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 27 Aug 2008 09:07:02 +0000 Subject: [PATCH] Only include when compiling for Windows. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@340 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/VideoState.cpp | 2 ++ 1 file changed, 2 insertions(+) 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