diff options
Diffstat (limited to 'src/gui/help.h')
-rw-r--r-- | src/gui/help.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/help.h b/src/gui/help.h index 070f129f..97079fa0 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -22,12 +22,13 @@ #ifndef HELP_H #define HELP_H -#include "gui/linkhandler.h" +#include "gui/widgets/linkhandler.h" #include "gui/widgets/window.h" #include <guichan/actionlistener.hpp> class BrowserBox; +class LinkHandler; /** * The help dialog. |