aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/string.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-12 06:48:30 -0800
committerGravatar GitHub <noreply@github.com>2016-12-12 06:48:30 -0800
commit30268a99e022e2c52746276a85d05a737d2ca1e4 (patch)
tree0c0b079850649a47aab7e408fb8ce1005023c0df /src/core/lib/support/string.h
parentb62bffbea5eef106bfbe644e8af161889c927401 (diff)
Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
Diffstat (limited to 'src/core/lib/support/string.h')
-rw-r--r--src/core/lib/support/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/support/string.h b/src/core/lib/support/string.h
index db59308425..e933e2eb46 100644
--- a/src/core/lib/support/string.h
+++ b/src/core/lib/support/string.h
@@ -36,6 +36,8 @@
#include <stddef.h>
+#include <grpc/slice.h>
+#include <grpc/slice_buffer.h>
#include <grpc/support/port_platform.h>
#ifdef __cplusplus