aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-07-20 10:02:47 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-09-07 15:18:07 -0700
commit677395558d4f28ca3fad53d6e082552f0ce2eb5e (patch)
tree406da5cf52d71649829b6d57a429b20d9fda6914 /src/core/lib
parent8941f607d682d49f0b7c901bffd3e52941e4c5f9 (diff)
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/iomgr/resource_quota.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/resource_quota.c b/src/core/lib/iomgr/resource_quota.c
index a31d9eef93..b096679a4c 100644
--- a/src/core/lib/iomgr/resource_quota.c
+++ b/src/core/lib/iomgr/resource_quota.c
@@ -22,6 +22,7 @@
#include <stdint.h>
#include <string.h>
+#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>