Skip to content

Commit

Permalink
Fix the std::string error introduced in integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
liujisi committed May 5, 2016
1 parent 17b6fc3 commit 75e5898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/google/protobuf/pyext/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75e5898

Please sign in to comment.