commit | 9bb65ae29d9e674740cb8fa4fcc18d14fd734f68 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Oct 17 22:02:01 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Wed Oct 17 22:02:01 2012 +0000 |
tree | 8e0bc8a4fd0a6f501f4700b9a04b7f60e3a25153 | |
parent | 4cc119c9545be81aeb41d07d2fbcc060229a9208 [diff] |
THRIFT-1730 error: numeric_limits is not a member of std Patch: Martin Vogt git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1399451 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/thrift/transport/THttpClient.cpp b/lib/cpp/src/thrift/transport/THttpClient.cpp index a477162..cb94d5e 100644 --- a/lib/cpp/src/thrift/transport/THttpClient.cpp +++ b/lib/cpp/src/thrift/transport/THttpClient.cpp
@@ -17,6 +17,7 @@ * under the License. */ +#include <limits> #include <cstdlib> #include <sstream> #include <boost/algorithm/string.hpp>