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