aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-05 13:24:52 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-05 13:24:52 -0800
commit4f8a11e5c72d8ac9d3a73b3da1baebc82d90dfd8 (patch)
treec3a33e7cb8b714fe89850228cec5ab67483fb7ec /src/core/lib/transport
parent78e4bf629c259ba3e0d523296a23910dedc6676b (diff)
Get ASAN building again
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r--src/core/lib/transport/timeout_encoding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/transport/timeout_encoding.h b/src/core/lib/transport/timeout_encoding.h
index 9b34cec373..4c8025d800 100644
--- a/src/core/lib/transport/timeout_encoding.h
+++ b/src/core/lib/transport/timeout_encoding.h
@@ -34,7 +34,9 @@
#ifndef GRPC_CORE_LIB_TRANSPORT_TIMEOUT_ENCODING_H
#define GRPC_CORE_LIB_TRANSPORT_TIMEOUT_ENCODING_H
+#include <grpc/slice.h>
#include <grpc/support/time.h>
+
#include "src/core/lib/support/string.h"
#define GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE (GPR_LTOA_MIN_BUFSIZE + 1)