diff options
Diffstat (limited to 'src/gui/checkbox.h')
-rw-r--r-- | src/gui/checkbox.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gui/checkbox.h b/src/gui/checkbox.h index 947e6432..468a7f38 100644 --- a/src/gui/checkbox.h +++ b/src/gui/checkbox.h @@ -24,9 +24,11 @@ #ifndef _TMW_CHECKBOX_H #define _TMW_CHECKBOX_H -#include <guichan.hpp> -#include <string> -#include "../resources/image.h" +#include <iosfwd> + +#include <guichan/widgets/checkbox.hpp> + +class Image; /** * Check box widget. Same as the Guichan check box but with custom look. |