summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-18 23:08:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-18 23:08:05 +0000
commit189e03a2f26434284684772306a95e3caeb6fb25 (patch)
tree47a928a9dc7513f503fb989fb85471757fa6b6a3 /src/gui/browserbox.h
parent86441fda9c561dd264039edc68ddabbf7cb54ce2 (diff)
downloadmana-client-189e03a2f26434284684772306a95e3caeb6fb25.tar.gz
mana-client-189e03a2f26434284684772306a95e3caeb6fb25.tar.bz2
mana-client-189e03a2f26434284684772306a95e3caeb6fb25.tar.xz
mana-client-189e03a2f26434284684772306a95e3caeb6fb25.zip
Fixed two forgotten main.h includes which caused OpenGL option in the setup
dialog and the font used in OpenGL mode in the BrowserBox not to function.
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r--src/gui/browserbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h
index bd853cb4..666a7754 100644
--- a/src/gui/browserbox.h
+++ b/src/gui/browserbox.h
@@ -31,6 +31,7 @@
#include <guichan/mouselistener.hpp>
#include "../guichanfwd.h"
+#include "../main.h"
class LinkHandler;