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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp
index f8a9a4ab..25ae93b4 100644
--- a/src/gui/checkbox.cpp
+++ b/src/gui/checkbox.cpp
@@ -22,6 +22,8 @@
*/
#include "checkbox.h"
+#include "../resources/resourcemanager.h"
+#include "../graphic/graphic.h"
CheckBox::CheckBox(const std::string& caption, bool marked):
gcn::CheckBox(caption, marked)