diff options
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. |