diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-28 20:31:56 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-28 20:31:56 +0000 |
commit | 6442fd9b685c8bb1b5da241a4b7befa3fdbca018 (patch) | |
tree | cece54e1205104f70d3f7d234e18c6a953dc50b0 /src/gui/buysell.h | |
parent | 4b94d5bf99b0ca29f45f3e0688e29e43f4a05f7a (diff) | |
download | mana-6442fd9b685c8bb1b5da241a4b7befa3fdbca018.tar.gz mana-6442fd9b685c8bb1b5da241a4b7befa3fdbca018.tar.bz2 mana-6442fd9b685c8bb1b5da241a4b7befa3fdbca018.tar.xz mana-6442fd9b685c8bb1b5da241a4b7befa3fdbca018.zip |
Prepare our source so that it'll survive a guichan header cleanup, should it ever happen...
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. * |