aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/pyext/message.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/message.h
parent3ff1dca0bd9c1526cc0377533db89c4a45862253 (diff)
Updated for c++98 compatibility
Diffstat (limited to 'python/google/protobuf/pyext/message.h')
-rw-r--r--python/google/protobuf/pyext/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/google/protobuf/pyext/message.h b/python/google/protobuf/pyext/message.h
index d4b7f4cf..5b495e89 100644
--- a/python/google/protobuf/pyext/message.h
+++ b/python/google/protobuf/pyext/message.h
@@ -52,8 +52,10 @@ class Descriptor;
class DescriptorPool;
class MessageFactory;
+#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
+#endif
namespace python {