aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/health/default_health_check_service.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-09-13 13:43:39 -0700
committerGravatar GitHub <noreply@github.com>2017-09-13 13:43:39 -0700
commit4a4bd1cd2d18ac24e57be2c82b1ec112a981e6e6 (patch)
tree278429fa8cd20987360ced56991aff754334f69b /src/cpp/server/health/default_health_check_service.cc
parent1217c4d0527e5b896f7720fcdbcd3f87ec4c1359 (diff)
parent4433973242e21db18291263a5b41ee292002eb6f (diff)
Merge pull request #12214 from vjpai/cereal_eye_sir
Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
Diffstat (limited to 'src/cpp/server/health/default_health_check_service.cc')
-rw-r--r--src/cpp/server/health/default_health_check_service.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpp/server/health/default_health_check_service.cc b/src/cpp/server/health/default_health_check_service.cc
index 815b607032..d2cba6d662 100644
--- a/src/cpp/server/health/default_health_check_service.cc
+++ b/src/cpp/server/health/default_health_check_service.cc
@@ -20,6 +20,7 @@
#include <mutex>
#include <grpc++/impl/codegen/method_handler_impl.h>
+#include <grpc/slice.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>