diff options
author | Max Horn | 2008-05-16 12:10:43 +0000 |
---|---|---|
committer | Max Horn | 2008-05-16 12:10:43 +0000 |
commit | 5ddf6c4c1875994a3fe5c602799c834b2f5d5aa8 (patch) | |
tree | 58e5be9b560fb0124af88d80b835f5f4c8b29cca /backends | |
parent | 51835dac6a20c4f22071ba42f0a7bfb0f326adec (diff) | |
download | scummvm-rg350-5ddf6c4c1875994a3fe5c602799c834b2f5d5aa8.tar.gz scummvm-rg350-5ddf6c4c1875994a3fe5c602799c834b2f5d5aa8.tar.bz2 scummvm-rg350-5ddf6c4c1875994a3fe5c602799c834b2f5d5aa8.zip |
Yet another compilation fix for WinCE
svn-id: r32142
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/wince/CELauncherDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/CELauncherDialog.cpp b/backends/platform/wince/CELauncherDialog.cpp index d474110f26..edfdad84b3 100644 --- a/backends/platform/wince/CELauncherDialog.cpp +++ b/backends/platform/wince/CELauncherDialog.cpp @@ -28,7 +28,7 @@ #include "CELauncherDialog.h" -#include "engines/engine.h" +#include "engines/metaengine.h" #include "gui/newgui.h" #include "gui/widget.h" |