diff options
Diffstat (limited to 'src/guichan/actionevent.cpp')
-rw-r--r-- | src/guichan/actionevent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/actionevent.cpp b/src/guichan/actionevent.cpp index 57bca04bb..17013ddc9 100644 --- a/src/guichan/actionevent.cpp +++ b/src/guichan/actionevent.cpp @@ -47,6 +47,8 @@ #include "guichan/actionevent.hpp" +#include "debug.h" + namespace gcn { ActionEvent::ActionEvent(Widget* source, const std::string& id) |