浏览代码

Fix the std::string error introduced in integration.

Jisi Liu 9 年之前
父节点
当前提交
75e5898513
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      python/google/protobuf/pyext/message.h

+ 1 - 1
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