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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp
index ab867b0f..9fb79060 100644
--- a/src/gui/checkbox.cpp
+++ b/src/gui/checkbox.cpp
@@ -22,8 +22,9 @@
*/
#include "checkbox.h"
+#include "graphics.h"
#include "../resources/resourcemanager.h"
-#include "../graphics.h"
+#include <guichan.hpp>
int CheckBox::instances = 0;
Image *CheckBox::checkBoxNormal;