aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/greeter_async_client.cc
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-08-31 16:07:03 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-08-31 16:07:03 -0700
commit87d09e3aa43e4cdf8e7d998f4d175b8170aa02ba (patch)
tree3371a717c3d1fac5d028de198f2c4afe94221bc4 /examples/cpp/helloworld/greeter_async_client.cc
parent0ed119d25d2a51dc5e47aef85649748aec769ea3 (diff)
parente69909a7e7d6186b904b7d0eea88beb7d49fb157 (diff)
Merge pull request #3164 from yang-g/route_guide_cpp
Change route_guide.proto package name and fix build
Diffstat (limited to 'examples/cpp/helloworld/greeter_async_client.cc')
-rw-r--r--examples/cpp/helloworld/greeter_async_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/helloworld/greeter_async_client.cc b/examples/cpp/helloworld/greeter_async_client.cc
index 875599e161..605fb7fb3a 100644
--- a/examples/cpp/helloworld/greeter_async_client.cc
+++ b/examples/cpp/helloworld/greeter_async_client.cc
@@ -41,7 +41,7 @@
#include <grpc++/client_context.h>
#include <grpc++/completion_queue.h>
#include <grpc++/create_channel.h>
-#include <grpc++/credentials.h>
+#include <grpc++/security/credentials.h>
#include "helloworld.grpc.pb.h"
using grpc::Channel;