diff options
author | jieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d> | 2014-08-25 20:17:53 +0000 |
---|---|---|
committer | jieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d> | 2014-08-25 20:17:53 +0000 |
commit | 1eba9d9c7424235b1a6dcd866fcd06d12e08a7f3 (patch) | |
tree | b2a894794db1f6147214e356c20f754e270f4e7f /examples | |
parent | 786379af4766fa7ec22b51862ba6e84156b1f9cb (diff) |
merge tags/2.6.0 into trunk
Diffstat (limited to 'examples')
-rw-r--r-- | examples/list_people.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/list_people.cc b/examples/list_people.cc index 5363152e..d0f40d61 100644 --- a/examples/list_people.cc +++ b/examples/list_people.cc @@ -4,6 +4,7 @@ #include <fstream> #include <string> #include "addressbook.pb.h" +#include <google/protobuf/io/zero_copy_stream_impl_lite.h> using namespace std; // Iterates though all people in the AddressBook and prints info about them. |