cpp examples missing gpr asserts

pull/8118/head
Stanley Cheung 9 years ago
parent dbe8587c2a
commit c9b401e3fc
  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