aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-25 17:09:55 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-02-25 17:09:55 -0800
commitb67096072b471087ba88a4eaa055156d503929b0 (patch)
treec412abf47c38dd18d32f0bf913a263a495e02e38
parentdf184fba00acc7d4aa7b9d64693c53c815a64eda (diff)
downloadprotobuf-b67096072b471087ba88a4eaa055156d503929b0.tar.gz
protobuf-b67096072b471087ba88a4eaa055156d503929b0.tar.bz2
protobuf-b67096072b471087ba88a4eaa055156d503929b0.zip
Include shared_ptr.h into headers to make maps proto work. It is used
in the map_field_inl.h Change-Id: Ieeaab5507ee34b317d76b5937beb67c298905eb4
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5179846c..31a8d44c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -71,6 +71,7 @@ nobase_include_HEADERS = \
google/protobuf/stubs/hash.h \
google/protobuf/stubs/once.h \
google/protobuf/stubs/platform_macros.h \
+ google/protobuf/stubs/shared_ptr.h \
google/protobuf/stubs/singleton.h \
google/protobuf/stubs/stl_util.h \
google/protobuf/stubs/template_util.h \