Merge pull request #8118 from stanley-cheung/cpp-examples-missing-gpr-asserts

cpp examples missing gpr asserts
reviewable/pr8008/r5
Stanley Cheung 8 years ago committed by GitHub
commit 4055e01cc2
  1. 1
      examples/cpp/helloworld/greeter_async_client.cc
  2. 1
      examples/cpp/helloworld/greeter_async_client2.cc
  3. 1
      examples/cpp/helloworld/greeter_async_server.cc

@ -36,6 +36,7 @@
#include <string>
#include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include "helloworld.grpc.pb.h"

@ -36,6 +36,7 @@
#include <string>
#include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include <thread>
#include "helloworld.grpc.pb.h"

@ -37,6 +37,7 @@
#include <thread>
#include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include "helloworld.grpc.pb.h"

Loading…
Cancel
Save