diff options
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r-- | src/gui/buyselldialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h index d8e4444d8..9636f4e0a 100644 --- a/src/gui/buyselldialog.h +++ b/src/gui/buyselldialog.h @@ -27,6 +27,11 @@ #include <guichan/actionlistener.hpp> +namespace gcn +{ + class Button; +} + /** * A dialog to choose between buying or selling at a shop. * |