summaryrefslogtreecommitdiff
path: root/src/gui/gccontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gccontainer.h')
-rw-r--r--src/gui/gccontainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gccontainer.h b/src/gui/gccontainer.h
index da584a42..0a573645 100644
--- a/src/gui/gccontainer.h
+++ b/src/gui/gccontainer.h
@@ -26,6 +26,8 @@
#include <guichan/widgets/container.hpp>
+#include "../guichanfwd.h"
+
/**
* A garbage collecting container. Childs added to this container are
* automatically deleted when the container is deleted.