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