aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/pyext/repeated_composite_container.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/repeated_composite_container.h
parent3ff1dca0bd9c1526cc0377533db89c4a45862253 (diff)
Updated for c++98 compatibility
Diffstat (limited to 'python/google/protobuf/pyext/repeated_composite_container.h')
-rw-r--r--python/google/protobuf/pyext/repeated_composite_container.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/google/protobuf/pyext/repeated_composite_container.h b/python/google/protobuf/pyext/repeated_composite_container.h
index 494db0ec..37f7b7e4 100644
--- a/python/google/protobuf/pyext/repeated_composite_container.h
+++ b/python/google/protobuf/pyext/repeated_composite_container.h
@@ -49,8 +49,9 @@ namespace protobuf {
class FieldDescriptor;
class Message;
+#ifdef _SHARED_PTR_H
using std::shared_ptr;
-using std::string;
+#endif
namespace python {