diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-15 00:37:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-15 00:55:28 +0300 |
commit | 28461343d1bfd030f2cc74d3353930e09a13db37 (patch) | |
tree | dd65ddcea1558bfdba1cd41830c4eada499c9ad6 /src/gui/widgets/icon.h | |
parent | 913705174357a514e6ffa62ec32df75dbbce5cf5 (diff) | |
download | plus-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/icon.h')
-rw-r--r-- | src/gui/widgets/icon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index 004d77c23..97de87d25 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -25,6 +25,8 @@ #include <guichan/widget.hpp> +#include "localconsts.h" + class Image; /** |