summaryrefslogtreecommitdiff
path: root/src/gui/widgets/setuptab.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/setuptab.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/setuptab.h')
-rw-r--r--src/gui/widgets/setuptab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/setuptab.h b/src/gui/widgets/setuptab.h
index 8d8715559..08da2dd67 100644
--- a/src/gui/widgets/setuptab.h
+++ b/src/gui/widgets/setuptab.h
@@ -29,6 +29,8 @@
#include <string>
+#include "localconsts.h"
+
/**
* A container for the contents of a tab in the setup window.
*/