aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorOri Avtalion2011-04-28 23:59:22 +0300
committerOri Avtalion2011-04-29 00:45:18 +0300
commit46cb9c785bfe12b95d06e1d2fc1eac05db332c55 (patch)
treee3900ba89bfb06b1f4226cd44ddfbf12d2271d83 /backends/graphics
parent4d485fc7413544e51d7e00fd837e7b46b2e5962b (diff)
downloadscummvm-rg350-46cb9c785bfe12b95d06e1d2fc1eac05db332c55.tar.gz
scummvm-rg350-46cb9c785bfe12b95d06e1d2fc1eac05db332c55.tar.bz2
scummvm-rg350-46cb9c785bfe12b95d06e1d2fc1eac05db332c55.zip
JANITORIAL: Yet another attempt at fixing compilation
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/wincesdl/wincesdl-graphics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/graphics/wincesdl/wincesdl-graphics.cpp b/backends/graphics/wincesdl/wincesdl-graphics.cpp
index 37c6624560..b15f86e8fe 100644
--- a/backends/graphics/wincesdl/wincesdl-graphics.cpp
+++ b/backends/graphics/wincesdl/wincesdl-graphics.cpp
@@ -28,6 +28,7 @@
#ifdef _WIN32_WCE
#include "common/system.h"
+#include "common/textconsole.h"
#include "common/translation.h"
#include "common/mutex.h"