diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-02-23 10:47:35 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-02-23 10:47:35 -0500 |
commit | b8879524bd3a0067d4b09bcf71a8f7f7a28932b7 (patch) | |
tree | a86b2ae1fb4ddf0e24fd61d52986314dbfd801ff /cpp/src/IceGrid/PlatformInfo.cpp | |
parent | IceBox & TestUtil.py Win32 fix (diff) | |
download | ice-b8879524bd3a0067d4b09bcf71a8f7f7a28932b7.tar.bz2 ice-b8879524bd3a0067d4b09bcf71a8f7f7a28932b7.tar.xz ice-b8879524bd3a0067d4b09bcf71a8f7f7a28932b7.zip |
Fixed GCC 4.3 build failures
Diffstat (limited to 'cpp/src/IceGrid/PlatformInfo.cpp')
-rw-r--r-- | cpp/src/IceGrid/PlatformInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/PlatformInfo.cpp b/cpp/src/IceGrid/PlatformInfo.cpp index f674194e00a..d8f6c6c0cd4 100644 --- a/cpp/src/IceGrid/PlatformInfo.cpp +++ b/cpp/src/IceGrid/PlatformInfo.cpp @@ -17,6 +17,7 @@ #include <IceGrid/TraceLevels.h> #include <IcePatch2/Util.h> +#include <climits> #if defined(_WIN32) # include <direct.h> // For _getcwd |