aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/pubsub/subscriber.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pubsub/subscriber.h')
-rw-r--r--examples/pubsub/subscriber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pubsub/subscriber.h b/examples/pubsub/subscriber.h
index c587c01b82..40ab45471d 100644
--- a/examples/pubsub/subscriber.h
+++ b/examples/pubsub/subscriber.h
@@ -37,7 +37,7 @@
#include <grpc++/channel_interface.h>
#include <grpc++/status.h>
-#include "examples/pubsub/pubsub.pb.h"
+#include "examples/pubsub/pubsub.grpc.pb.h"
namespace grpc {
namespace examples {