aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/pyext/extension_dict.h
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@gmail.com>2015-12-07 13:08:21 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2015-12-07 13:08:21 -0800
commit3ff1dca0bd9c1526cc0377533db89c4a45862253 (patch)
tree031bcc9871bc786d4f31e4d237a0035d789eeea7 /python/google/protobuf/pyext/extension_dict.h
parent9bd74b7f25b45b253f46025d7300a17df58d213f (diff)
Enable fast cpp protos in the python interface.
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 7e1049f1..0cac8ba6 100644
--- a/python/google/protobuf/pyext/extension_dict.h
+++ b/python/google/protobuf/pyext/extension_dict.h
@@ -47,7 +47,8 @@ namespace protobuf {
class Message;
class FieldDescriptor;
-using internal::shared_ptr;
+using std::shared_ptr;
+using std::string;
namespace python {