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:
fb1c5ac
)
Include <limits> in TBinaryProtocol.cpp for numeric_limits.
author
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:18:36 +0000
(
01:18
+0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:18:36 +0000
(
01:18
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666496
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/protocol/TBinaryProtocol.cpp
patch
|
blob
|
history
diff --git
a/lib/cpp/src/protocol/TBinaryProtocol.cpp
b/lib/cpp/src/protocol/TBinaryProtocol.cpp
index
1c8cf55
..
2962180
100644
(file)
--- a/
lib/cpp/src/protocol/TBinaryProtocol.cpp
+++ b/
lib/cpp/src/protocol/TBinaryProtocol.cpp
@@
-6,6
+6,7
@@
#include "TBinaryProtocol.h"
+#include <limits>
#include <boost/static_assert.hpp>
using std::string;