Skip to content

Commit

Permalink
JANITORIAL: Yet another attempt at fixing compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Apr 28, 2011
1 parent 4d485fc commit 46cb9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backends/graphics/wincesdl/wincesdl-graphics.cpp
Expand Up @@ -28,6 +28,7 @@
#ifdef _WIN32_WCE

#include "common/system.h"
#include "common/textconsole.h"
#include "common/translation.h"
#include "common/mutex.h"

Expand Down
1 change: 1 addition & 0 deletions backends/vkeybd/virtual-keyboard.cpp
Expand Up @@ -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 ('[')
Expand Down

0 comments on commit 46cb9c7

Please sign in to comment.