Skip to content
Snippets Groups Projects
Commit 4055e01c authored by Stanley Cheung's avatar Stanley Cheung Committed by GitHub
Browse files

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

cpp examples missing gpr asserts
parents 3169a6d9 c9b401e3
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <string> #include <string>
#include <grpc++/grpc++.h> #include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include "helloworld.grpc.pb.h" #include "helloworld.grpc.pb.h"
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <string> #include <string>
#include <grpc++/grpc++.h> #include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include <thread> #include <thread>
#include "helloworld.grpc.pb.h" #include "helloworld.grpc.pb.h"
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <thread> #include <thread>
#include <grpc++/grpc++.h> #include <grpc++/grpc++.h>
#include <grpc/support/log.h>
#include "helloworld.grpc.pb.h" #include "helloworld.grpc.pb.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment