aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/tips/publisher_test.cc
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-06 20:45:54 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-06 20:45:54 +0100
commit3f36f5e316bd8686e8f6050baf1168078a34bb86 (patch)
tree0a7c722625bd09dc82594221a5ace04caf651b50 /examples/tips/publisher_test.cc
parent15867f197b55d489677ec0dfdba9bd1d9246eceb (diff)
Few minor fixes.
Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason.
Diffstat (limited to 'examples/tips/publisher_test.cc')
-rw-r--r--examples/tips/publisher_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tips/publisher_test.cc b/examples/tips/publisher_test.cc
index e46576a2f6..34737ae6ed 100644
--- a/examples/tips/publisher_test.cc
+++ b/examples/tips/publisher_test.cc
@@ -31,6 +31,8 @@
*
*/
+#include <google/protobuf/stubs/common.h>
+
#include <grpc++/channel_arguments.h>
#include <grpc++/channel_interface.h>
#include <grpc++/client_context.h>