aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-05-16 09:45:38 +0000
committerMax Horn2008-05-16 09:45:38 +0000
commit51835dac6a20c4f22071ba42f0a7bfb0f326adec (patch)
treeff9fbafc408622feb9ae401101b192fbb427f81a
parent2c5e8cc93861cded0b9a8ca7c605c61c7c2acc31 (diff)
downloadscummvm-rg350-51835dac6a20c4f22071ba42f0a7bfb0f326adec.tar.gz
scummvm-rg350-51835dac6a20c4f22071ba42f0a7bfb0f326adec.tar.bz2
scummvm-rg350-51835dac6a20c4f22071ba42f0a7bfb0f326adec.zip
Include all required header files in launcher.h (should fix compilation problems in WinCE backend)
svn-id: r32141
-rw-r--r--gui/launcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index 164a7e0707..a9d09bf109 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -26,6 +26,7 @@
#define LAUNCHER_DIALOG_H
#include "gui/dialog.h"
+#include "base/game.h"
#include "common/str.h"
namespace GUI {