aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/byte_buffer_reader.cc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-21 16:35:36 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-21 16:35:36 -0700
commita10634cadc5562c660724084ebc8c4baa1532fbf (patch)
tree4112a026c3546e608d34c34dfb3833485d1313da /src/core/lib/surface/byte_buffer_reader.cc
parent31e957632fc59457b061f72e98951e293c8c0851 (diff)
parent92d11e368bdd7859058180da615f0d4af3f83f8d (diff)
Merge branch 'master' of github.com:grpc/grpc into authority_header
Diffstat (limited to 'src/core/lib/surface/byte_buffer_reader.cc')
-rw-r--r--src/core/lib/surface/byte_buffer_reader.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/surface/byte_buffer_reader.cc b/src/core/lib/surface/byte_buffer_reader.cc
index a10f1a3933..1debc98ea0 100644
--- a/src/core/lib/surface/byte_buffer_reader.cc
+++ b/src/core/lib/surface/byte_buffer_reader.cc
@@ -29,6 +29,7 @@
#include <grpc/support/log.h>
#include "src/core/lib/compression/message_compress.h"
+#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/slice/slice_internal.h"
static int is_compressed(grpc_byte_buffer* buffer) {