You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2008/06/11 03:18:20 UTC

svn commit: r666494 - in /incubator/thrift/trunk/lib/cpp/src: Thrift.cpp Thrift.h

Author: dreiss
Date: Tue Jun 10 18:18:20 2008
New Revision: 666494

URL: http://svn.apache.org/viewvc?rev=666494&view=rev
Log:
Fix some includes in Thrift.{h,cpp}.

Modified:
    incubator/thrift/trunk/lib/cpp/src/Thrift.cpp
    incubator/thrift/trunk/lib/cpp/src/Thrift.h

Modified: incubator/thrift/trunk/lib/cpp/src/Thrift.cpp
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/src/Thrift.cpp?rev=666494&r1=666493&r2=666494&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/src/Thrift.cpp (original)
+++ incubator/thrift/trunk/lib/cpp/src/Thrift.cpp Tue Jun 10 18:18:20 2008
@@ -5,6 +5,7 @@
 // http://developers.facebook.com/thrift/
 
 #include <Thrift.h>
+#include <cstring>
 #include <boost/lexical_cast.hpp>
 #include <protocol/TProtocol.h>
 

Modified: incubator/thrift/trunk/lib/cpp/src/Thrift.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/src/Thrift.h?rev=666494&r1=666493&r2=666494&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/src/Thrift.h (original)
+++ incubator/thrift/trunk/lib/cpp/src/Thrift.h Tue Jun 10 18:18:20 2008
@@ -21,7 +21,6 @@
 #include <set>
 #include <vector>
 #include <exception>
-#include <string>
 
 #include "TLogging.h"