diff options
author | Paul Gilbert | 2011-04-28 22:32:12 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-04-28 22:32:12 +1000 |
commit | c6fa23a3d1af0256b43503439abe5c0083c03cfd (patch) | |
tree | 1e27eeca5cdfa7df8d61336ee92e6eb43d569323 /backends/platform/sdl | |
parent | 0c0dde62b91dfd0dc57cbe27621e70dba62fcdf5 (diff) | |
download | scummvm-rg350-c6fa23a3d1af0256b43503439abe5c0083c03cfd.tar.gz scummvm-rg350-c6fa23a3d1af0256b43503439abe5c0083c03cfd.tar.bz2 scummvm-rg350-c6fa23a3d1af0256b43503439abe5c0083c03cfd.zip |
JANITORIAL: Add in necessary include files to fix compilation in MSVC
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 9459263ae2..fffc3a2a75 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -27,6 +27,8 @@ #define FORBIDDEN_SYMBOL_ALLOW_ALL #include "common/scummsys.h" +#include "common/error.h" +#include "common/textconsole.h" #ifdef WIN32 |