diff options
Diffstat (limited to 'src/gui/browserbox.cpp')
-rw-r--r-- | src/gui/browserbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp index 6fc91858..5a87fa5b 100644 --- a/src/gui/browserbox.cpp +++ b/src/gui/browserbox.cpp @@ -23,7 +23,9 @@ #include "browserbox.h" +#include <guichan/graphics.hpp> #include <guichan/imagefont.hpp> +#include <guichan/mouseinput.hpp> #include "linkhandler.h" #include "gui.h" |