summaryrefslogtreecommitdiff
path: root/src/gui/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/box.h')
-rw-r--r--src/gui/box.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/box.h b/src/gui/box.h
index d65a6ac3..dccbfc78 100644
--- a/src/gui/box.h
+++ b/src/gui/box.h
@@ -25,7 +25,9 @@
#ifndef BOX_H
#define BOX_H
-#include <guichan.hpp>
+#include <guichan/widgets/container.hpp>
+
+#include "../guichanfwd.h"
class Box : public gcn::Container
{