Include <limits> in TBinaryProtocol.cpp for numeric_limits.
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:18:36 +0000 (01:18 +0000)
committerDavid 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

index 1c8cf55..2962180 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "TBinaryProtocol.h"
 
+#include <limits>
 #include <boost/static_assert.hpp>
 
 using std::string;