diff options
author | Johannes Schickel | 2008-12-04 12:46:51 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-12-04 12:46:51 +0000 |
commit | 54a8468188c3e152db6dc437b52f80396a6fe2a3 (patch) | |
tree | eeb467e614da01da9bec50a98de4101c8bf34887 | |
parent | 145fedba69c903e87d37b50dc889d92012e85d89 (diff) | |
download | scummvm-rg350-54a8468188c3e152db6dc437b52f80396a6fe2a3.tar.gz scummvm-rg350-54a8468188c3e152db6dc437b52f80396a6fe2a3.tar.bz2 scummvm-rg350-54a8468188c3e152db6dc437b52f80396a6fe2a3.zip |
Added missing include.
svn-id: r35236
-rw-r--r-- | backends/platform/wince/CELauncherDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/wince/CELauncherDialog.cpp b/backends/platform/wince/CELauncherDialog.cpp index 7fb4f3a325..b8ca824686 100644 --- a/backends/platform/wince/CELauncherDialog.cpp +++ b/backends/platform/wince/CELauncherDialog.cpp @@ -34,6 +34,7 @@ #include "gui/widget.h" #include "gui/browser.h" #include "gui/message.h" +#include "gui/ThemeEval.h" #include "common/config-manager.h" |