From c6fa23a3d1af0256b43503439abe5c0083c03cfd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 28 Apr 2011 22:32:12 +1000 Subject: JANITORIAL: Add in necessary include files to fix compilation in MSVC --- backends/platform/sdl/win32/win32.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/platform/sdl/win32') 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 -- cgit v1.2.3