summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoState.cpp
diff options
context:
space:
mode:
authordaco65 <daco65@gmail.com>2008-08-27 01:45:31 +0000
committerdaco65 <daco65@gmail.com>2008-08-27 01:45:31 +0000
commitf55722e2886f4cd6164c2833a59bc4c0476767c1 (patch)
tree85e7552f1b54a7ae87d44c954d37dd7410b630f5 /Source/Core/VideoCommon/Src/VideoState.cpp
parentd8b3122e0d9b761ac0decc228984b5ac73c2cb6a (diff)
Fix for XK's commit. XK, if its wrong punch me in the face
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@337 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VideoState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp
index ab41047b44..12e9efe547 100644
--- a/Source/Core/VideoCommon/Src/VideoState.cpp
+++ b/Source/Core/VideoCommon/Src/VideoState.cpp
@@ -17,6 +17,7 @@
#include "VideoState.h"
#include "TextureDecoder.h"
+#include <windows.h>
void VideoCommon_SaveState() {
#ifdef WIN32