Include all required header files in launcher.h (should fix compilation problems in WinCE backend)

svn-id: r32141
This commit is contained in:
Max Horn 2008-05-16 09:45:38 +00:00
parent 2c5e8cc938
commit 51835dac6a

View File

@ -26,6 +26,7 @@
#define LAUNCHER_DIALOG_H
#include "gui/dialog.h"
#include "base/game.h"
#include "common/str.h"
namespace GUI {