diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-30 12:17:46 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-30 12:17:46 +0000 |
commit | 4254e6be227ac61aa962fa450086ff3f262790dc (patch) | |
tree | 065317eda6545496d65dde098cb34bff165e611b /cpp/src/IceGrid/PerfLinux.cpp | |
parent | Fix (diff) | |
download | ice-4254e6be227ac61aa962fa450086ff3f262790dc.tar.bz2 ice-4254e6be227ac61aa962fa450086ff3f262790dc.tar.xz ice-4254e6be227ac61aa962fa450086ff3f262790dc.zip |
Fix
Diffstat (limited to 'cpp/src/IceGrid/PerfLinux.cpp')
-rw-r--r-- | cpp/src/IceGrid/PerfLinux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/PerfLinux.cpp b/cpp/src/IceGrid/PerfLinux.cpp index 07ac3416085..020beb91b43 100644 --- a/cpp/src/IceGrid/PerfLinux.cpp +++ b/cpp/src/IceGrid/PerfLinux.cpp @@ -16,6 +16,7 @@ #include <fstream> #include <algorithm> #include <cctype> +#include <limits> using namespace std; using namespace Ice; |