diff options
Diffstat (limited to 'src/gui/helpwindow.h')
-rw-r--r-- | src/gui/helpwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/helpwindow.h b/src/gui/helpwindow.h index a6d83e91d..675b5c35a 100644 --- a/src/gui/helpwindow.h +++ b/src/gui/helpwindow.h @@ -33,6 +33,11 @@ class BrowserBox; class LinkHandler; +namespace gcn +{ + class ScrollArea; +} + /** * The help dialog. */ |