aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/pyext/extension_dict.h
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@gmail.com>2015-12-07 14:15:29 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2015-12-07 14:15:29 -0800
commit3f9b4f2944074b3ccdcdeb3ae508ec170055571e (patch)
tree076f7b88fc82cc25487420c77c2da6deea3663db /python/google/protobuf/pyext/extension_dict.h
parent3ff1dca0bd9c1526cc0377533db89c4a45862253 (diff)
Updated for c++98 compatibility
Diffstat (limited to 'python/google/protobuf/pyext/extension_dict.h')
-rw-r--r--python/google/protobuf/pyext/extension_dict.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/google/protobuf/pyext/extension_dict.h b/python/google/protobuf/pyext/extension_dict.h
index 0cac8ba6..352495b9 100644
--- a/python/google/protobuf/pyext/extension_dict.h
+++ b/python/google/protobuf/pyext/extension_dict.h
@@ -47,8 +47,9 @@ namespace protobuf {
class Message;
class FieldDescriptor;
+#ifdef _SHARED_PTR_H
using std::shared_ptr;
-using std::string;
+#endif
namespace python {