diff options
author | Mark D. Roth <roth@google.com> | 2016-12-05 08:06:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 08:06:55 -0800 |
commit | f7a75460ade9dcf502a62b7e9ffb4de78500bbc5 (patch) | |
tree | 39bc72cdbbd1eb7c2f4ca3d3891d41b583a7867f /src/core/lib/support/string.h | |
parent | 56b655c58022dba7a8f175df1da2c8737da26c0e (diff) | |
parent | 4eec0041f5093f6bec7dbef0e960f1bb48e0d3b0 (diff) |
Merge pull request #8949 from grpc/revert-8922-slice_cleanup
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.h | 2 |
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 |