diff options
author | Ori Avtalion | 2011-04-28 23:59:22 +0300 |
---|---|---|
committer | Ori Avtalion | 2011-04-29 00:45:18 +0300 |
commit | 46cb9c785bfe12b95d06e1d2fc1eac05db332c55 (patch) | |
tree | e3900ba89bfb06b1f4226cd44ddfbf12d2271d83 | |
parent | 4d485fc7413544e51d7e00fd837e7b46b2e5962b (diff) | |
download | scummvm-rg350-46cb9c785bfe12b95d06e1d2fc1eac05db332c55.tar.gz scummvm-rg350-46cb9c785bfe12b95d06e1d2fc1eac05db332c55.tar.bz2 scummvm-rg350-46cb9c785bfe12b95d06e1d2fc1eac05db332c55.zip |
JANITORIAL: Yet another attempt at fixing compilation
-rw-r--r-- | backends/graphics/wincesdl/wincesdl-graphics.cpp | 1 | ||||
-rw-r--r-- | backends/vkeybd/virtual-keyboard.cpp | 1 |
2 files changed, 2 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" diff --git a/backends/vkeybd/virtual-keyboard.cpp b/backends/vkeybd/virtual-keyboard.cpp index 5add387717..2971c8d528 100644 --- a/backends/vkeybd/virtual-keyboard.cpp +++ b/backends/vkeybd/virtual-keyboard.cpp @@ -33,6 +33,7 @@ #include "backends/vkeybd/virtual-keyboard-parser.h" #include "backends/vkeybd/keycode-descriptions.h" #include "common/config-manager.h" +#include "common/textconsole.h" #include "common/unzip.h" #define KEY_START_CHAR ('[') |