diff options
| author | daco65 <daco65@gmail.com> | 2008-08-27 01:45:31 +0000 |
|---|---|---|
| committer | daco65 <daco65@gmail.com> | 2008-08-27 01:45:31 +0000 |
| commit | f55722e2886f4cd6164c2833a59bc4c0476767c1 (patch) | |
| tree | 85e7552f1b54a7ae87d44c954d37dd7410b630f5 /Source/Core/VideoCommon/Src/VideoState.cpp | |
| parent | d8b3122e0d9b761ac0decc228984b5ac73c2cb6a (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.cpp | 1 |
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
|
