diff options
Diffstat (limited to 'src/gui/gccontainer.h')
-rw-r--r-- | src/gui/gccontainer.h | 2 |
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. |