summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
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/setup_video.cpp
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/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index d2c6d93c..cd1507a7 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -42,6 +42,7 @@
#include "../configuration.h"
#include "../graphics.h"
#include "../log.h"
+#include "../main.h"
#include "../utils/tostring.h"