summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-15 00:37:30 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-15 00:55:28 +0300
commit28461343d1bfd030f2cc74d3353930e09a13db37 (patch)
treedd65ddcea1558bfdba1cd41830c4eada499c9ad6 /src/gui/widgets/textbox.h
parent913705174357a514e6ffa62ec32df75dbbce5cf5 (diff)
downloadplus-28461343d1bfd030f2cc74d3353930e09a13db37.tar.gz
plus-28461343d1bfd030f2cc74d3353930e09a13db37.tar.bz2
plus-28461343d1bfd030f2cc74d3353930e09a13db37.tar.xz
plus-28461343d1bfd030f2cc74d3353930e09a13db37.zip
Fix compilation old gcc and system wide guichan at same time.
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r--src/gui/widgets/textbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h
index eea1a400c..e854fac1a 100644
--- a/src/gui/widgets/textbox.h
+++ b/src/gui/widgets/textbox.h
@@ -25,6 +25,8 @@
#include <guichan/widgets/textbox.hpp>
+#include "localconsts.h"
+
/**
* A text box, meant to be used inside a scroll area. Same as the Guichan text
* box except this one doesn't have a background or border, instead completely