You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/10/18 00:02:01 UTC

svn commit: r1399451 - /thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp

Author: roger
Date: Wed Oct 17 22:02:01 2012
New Revision: 1399451

URL: http://svn.apache.org/viewvc?rev=1399451&view=rev
Log:
THRIFT-1730 error: numeric_limits is not a member of std
Patch: Martin Vogt

Modified:
    thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp

Modified: thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp?rev=1399451&r1=1399450&r2=1399451&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp Wed Oct 17 22:02:01 2012
@@ -17,6 +17,7 @@
  * under the License.
  */
 
+#include <limits>
 #include <cstdlib>
 #include <sstream>
 #include <boost/algorithm/string.hpp>