diff options
Diffstat (limited to 'src/gui/focushandler.h')
-rw-r--r-- | src/gui/focushandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/focushandler.h b/src/gui/focushandler.h index 82476d17..6c9d77cc 100644 --- a/src/gui/focushandler.h +++ b/src/gui/focushandler.h @@ -24,8 +24,12 @@ #ifndef _TMW_FOCUSHANDLER_H #define _TMW_FOCUSHANDLER_H +#include <list> + #include <guichan/focushandler.hpp> +#include "../guichanfwd.h" + /** * The focus handler. This focus handler does exactly the same as the Guichan * focus handler, but keeps a stack of modal widgets to be able to handle |