Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4cc119c
)
THRIFT-1730 error: numeric_limits is not a member of std
author
Roger Meier
<roger@apache.org>
Wed, 17 Oct 2012 22:02:01 +0000
(22:02 +0000)
committer
Roger 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
patch
|
blob
|
history
diff --git
a/lib/cpp/src/thrift/transport/THttpClient.cpp
b/lib/cpp/src/thrift/transport/THttpClient.cpp
index
a477162
..
cb94d5e
100644
(file)
--- 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>