diff options
author | Jose <jose@zeroc.com> | 2012-02-09 00:23:48 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-02-09 00:23:48 +0100 |
commit | 49ac078435f13abe263334583d9be99a1e76826d (patch) | |
tree | 32e65272ccd84b37132b039b70d2e1e3cac2a5d9 /cpp | |
parent | ICE-4780 - vs add-in exception debugging executable (diff) | |
download | ice-49ac078435f13abe263334583d9be99a1e76826d.tar.bz2 ice-49ac078435f13abe263334583d9be99a1e76826d.tar.xz ice-49ac078435f13abe263334583d9be99a1e76826d.zip |
ICE-4784 - Fix build problem with GCC 4.6.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/Ice/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h index 2f7987fce8d..144b19e5a4b 100644 --- a/cpp/include/Ice/Config.h +++ b/cpp/include/Ice/Config.h @@ -27,6 +27,7 @@ #else # include <sys/types.h> # include <unistd.h> +# include <cstddef> #endif // |