Fix the std::string error introduced in integration.

pull/1494/head
Jisi Liu 9 years ago
parent 17b6fc31eb
commit 75e5898513
  1. 2
      python/google/protobuf/pyext/message.h

@ -54,7 +54,7 @@ class MessageFactory;
#ifdef _SHARED_PTR_H
using shared_ptr;
using std::std::string;
using ::std::string;
#else
using internal::shared_ptr;
#endif

Loading…
Cancel
Save