aboutsummaryrefslogtreecommitdiff
path: root/gui/message.cpp
diff options
context:
space:
mode:
authorMax Horn2007-06-22 21:58:32 +0000
committerMax Horn2007-06-22 21:58:32 +0000
commit8cfb778bfae1adb575a9e835a7b5211eb8595095 (patch)
tree63fa87ea3271a594b735becbfe5ee4c766c9befa /gui/message.cpp
parentf974a3c48e3f7f49c39f682f67684fe215d35d87 (diff)
downloadscummvm-rg350-8cfb778bfae1adb575a9e835a7b5211eb8595095.tar.gz
scummvm-rg350-8cfb778bfae1adb575a9e835a7b5211eb8595095.tar.bz2
scummvm-rg350-8cfb778bfae1adb575a9e835a7b5211eb8595095.zip
Adding two missing #includes to fix compilation. *sigh* I am really bad at double checking my commits tonight. Sorry, folks
svn-id: r27630
Diffstat (limited to 'gui/message.cpp')
-rw-r--r--gui/message.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/message.cpp b/gui/message.cpp
index 01e30c26a3..958d8e3dc8 100644
--- a/gui/message.cpp
+++ b/gui/message.cpp
@@ -23,6 +23,7 @@
*/
#include "common/stdafx.h"
+#include "common/events.h"
#include "common/str.h"
#include "common/system.h"
#include "gui/message.h"