From 96537c461af6bb7d27e2a87560718c6a0bfd1032 Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Wed, 9 Dec 2015 07:40:30 -0800 Subject: Bringing in internal::shared_ptr into google:protobuf namespace. Fixes #1029 --- python/google/protobuf/pyext/extension_dict.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/google/protobuf/pyext/extension_dict.h') diff --git a/python/google/protobuf/pyext/extension_dict.h b/python/google/protobuf/pyext/extension_dict.h index 352495b9..7a66cb23 100644 --- a/python/google/protobuf/pyext/extension_dict.h +++ b/python/google/protobuf/pyext/extension_dict.h @@ -49,6 +49,8 @@ class FieldDescriptor; #ifdef _SHARED_PTR_H using std::shared_ptr; +#else +using internal::shared_ptr; #endif namespace python { -- cgit v1.2.3