From 8cfb778bfae1adb575a9e835a7b5211eb8595095 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 22 Jun 2007 21:58:32 +0000 Subject: Adding two missing #includes to fix compilation. *sigh* I am really bad at double checking my commits tonight. Sorry, folks svn-id: r27630 --- gui/message.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/message.cpp') 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" -- cgit v1.2.3