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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/google/protobuf/pyext/message_map_container.h b/python/google/protobuf/pyext/message_map_container.h
index d65ac4dd..4f6cb26a 100644
--- a/python/google/protobuf/pyext/message_map_container.h
+++ b/python/google/protobuf/pyext/message_map_container.h
@@ -47,6 +47,8 @@ class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
+#else
+using internal::shared_ptr;
#endif
namespace python {