THRIFT-1730 error: numeric_limits is not a member of std
authorRoger Meier <roger@apache.org>
Wed, 17 Oct 2012 22:02:01 +0000 (22:02 +0000)
committerRoger Meier <roger@apache.org>
Wed, 17 Oct 2012 22:02:01 +0000 (22:02 +0000)
Patch: Martin Vogt

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1399451 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/src/thrift/transport/THttpClient.cpp

index a477162..cb94d5e 100644 (file)
@@ -17,6 +17,7 @@
  * under the License.
  */
 
+#include <limits>
 #include <cstdlib>
 #include <sstream>
 #include <boost/algorithm/string.hpp>