diff options
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 31bc5bcb1..79c7e73ff 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -24,12 +24,13 @@ #ifndef GUI_SETUP_INPUT_H #define GUI_SETUP_INPUT_H -#include "guichanfwd.h" - #include "gui/widgets/setuptab.h" #include <guichan/actionlistener.hpp> +#include <guichan/widgets/button.hpp> +#include <guichan/widgets/listbox.hpp> + #include <string> class Setup_Input : public SetupTab |