aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf/pyext/message_map_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/pyext/message_map_container.h')
-rw-r--r--python/google/protobuf/pyext/message_map_container.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/google/protobuf/pyext/message_map_container.h b/python/google/protobuf/pyext/message_map_container.h
index 8286ba8a..270922d4 100644
--- a/python/google/protobuf/pyext/message_map_container.h
+++ b/python/google/protobuf/pyext/message_map_container.h
@@ -45,7 +45,8 @@ namespace protobuf {
class Message;
-using internal::shared_ptr;
+using std::shared_ptr;
+using std::string;
namespace python {