From e69909a7e7d6186b904b7d0eea88beb7d49fb157 Mon Sep 17 00:00:00 2001 From: yang-g Date: Mon, 31 Aug 2015 13:27:58 -0700 Subject: fix build --- examples/cpp/helloworld/greeter_async_client.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cpp/helloworld/greeter_async_client.cc') diff --git a/examples/cpp/helloworld/greeter_async_client.cc b/examples/cpp/helloworld/greeter_async_client.cc index d99f89b135..ace5c4a273 100644 --- a/examples/cpp/helloworld/greeter_async_client.cc +++ b/examples/cpp/helloworld/greeter_async_client.cc @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include "helloworld.grpc.pb.h" using grpc::Channel; @@ -89,7 +89,7 @@ class GreeterClient { int main(int argc, char** argv) { GreeterClient greeter(grpc::CreateChannel( - "localhost:50051", grpc::InsecureCredentials(), ChannelArguments())); + "localhost:50051", grpc::InsecureCredentials())); std::string user("world"); std::string reply = greeter.SayHello(user); std::cout << "Greeter received: " << reply << std::endl; -- cgit v1.2.3