diff options
Diffstat (limited to 'src/gui/checkbox.h')
-rw-r--r-- | src/gui/checkbox.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/checkbox.h b/src/gui/checkbox.h index 3a678c5e..80612b71 100644 --- a/src/gui/checkbox.h +++ b/src/gui/checkbox.h @@ -24,7 +24,9 @@ #ifndef _TMW_CHECKBOX_H #define _TMW_CHECKBOX_H -#include "gui.h" +#include <guichan.hpp> +#include <string> +#include "../resources/image.h" /** * Check box widget. Same as the Guichan check box but with custom look. |