aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorPaul Gilbert2011-04-28 22:32:12 +1000
committerPaul Gilbert2011-04-28 22:32:12 +1000
commitc6fa23a3d1af0256b43503439abe5c0083c03cfd (patch)
tree1e27eeca5cdfa7df8d61336ee92e6eb43d569323 /backends/platform
parent0c0dde62b91dfd0dc57cbe27621e70dba62fcdf5 (diff)
downloadscummvm-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')
-rw-r--r--backends/platform/sdl/win32/win32.cpp2
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