diff options
author | Vijay Pai <vpai@google.com> | 2017-07-20 10:02:47 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-09-07 15:18:07 -0700 |
commit | 677395558d4f28ca3fad53d6e082552f0ce2eb5e (patch) | |
tree | 406da5cf52d71649829b6d57a429b20d9fda6914 /src/cpp/server/health | |
parent | 8941f607d682d49f0b7c901bffd3e52941e4c5f9 (diff) |
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
Diffstat (limited to 'src/cpp/server/health')
-rw-r--r-- | src/cpp/server/health/default_health_check_service.cc | 1 |
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> |