diff options
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h index 4ff4f768..f1c81b60 100644 --- a/src/gui/buysell.h +++ b/src/gui/buysell.h @@ -24,10 +24,12 @@ #ifndef _TMW_BUYSELL_H #define _TMW_BUYSELL_H -#include <guichan/widgets/button.hpp> +#include <guichan/actionlistener.hpp> #include "window.h" +#include "../guichanfwd.h" + /** * A dialog to choose between buying or selling at a shop. * |