diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-08 00:45:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-08 01:01:11 +0300 |
commit | 0260dcea2e9fbd06ba2ee166862d089dc72516f4 (patch) | |
tree | d864fce30ea91f1eb416cdb48a24b06228f36b7b /src/guichan | |
parent | 4cea2a5cd85b8d3ad905eb3b337b28284c62d4fe (diff) | |
download | plus-0260dcea2e9fbd06ba2ee166862d089dc72516f4.tar.gz plus-0260dcea2e9fbd06ba2ee166862d089dc72516f4.tar.bz2 plus-0260dcea2e9fbd06ba2ee166862d089dc72516f4.tar.xz plus-0260dcea2e9fbd06ba2ee166862d089dc72516f4.zip |
Add make script for gcc 4.7 snapshot.
Diffstat (limited to 'src/guichan')
-rw-r--r-- | src/guichan/include/guichan/widgets/dropdown.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/dropdown.hpp b/src/guichan/include/guichan/widgets/dropdown.hpp index b135237a7..aae596bb0 100644 --- a/src/guichan/include/guichan/widgets/dropdown.hpp +++ b/src/guichan/include/guichan/widgets/dropdown.hpp @@ -57,6 +57,8 @@ #include "guichan/widgets/listbox.hpp" #include "guichan/widgets/scrollarea.hpp" +#include "localconsts.h" + #ifdef __GNUC__ #define A_UNUSED __attribute__ ((unused)) #else |