diff options
Diffstat (limited to 'src/gui/vbox.h')
-rw-r--r-- | src/gui/vbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/vbox.h b/src/gui/vbox.h index ff52717b..fd029143 100644 --- a/src/gui/vbox.h +++ b/src/gui/vbox.h @@ -26,6 +26,8 @@ #include "box.h" +#include "../guichanfwd.h" + class VBox : public Box { public: |