From 75e5898513d480c920486975389728dad3d158d6 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Thu, 5 May 2016 16:04:30 -0700 Subject: Fix the std::string error introduced in integration. --- python/google/protobuf/pyext/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google') diff --git a/python/google/protobuf/pyext/message.h b/python/google/protobuf/pyext/message.h index 9dce198f..9a865147 100644 --- a/python/google/protobuf/pyext/message.h +++ b/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 -- cgit v1.2.3