summaryrefslogtreecommitdiff
path: root/src/gui/checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/checkbox.cpp')
-rw-r--r--src/gui/checkbox.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp
index 052957ec..ce7762d9 100644
--- a/src/gui/checkbox.cpp
+++ b/src/gui/checkbox.cpp
@@ -22,9 +22,11 @@
*/
#include "checkbox.h"
+
#include "../graphics.h"
+
+#include "../resources/image.h"
#include "../resources/resourcemanager.h"
-#include <guichan.hpp>
int CheckBox::instances = 0;
Image *CheckBox::checkBoxNormal;