aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel/channel_trace_test.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-07 10:14:22 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-07 10:14:22 -0800
commitd2365d615aa0b8c18d88997ff26ae145844a4d4e (patch)
treedd00fd14744cd51fa8c7cb4cc59a319b3ca254cd /test/core/channel/channel_trace_test.cc
parent36e02bff2b5287e65ce92a8fd0d9a2b818462f5b (diff)
Reviewer comments
Diffstat (limited to 'test/core/channel/channel_trace_test.cc')
-rw-r--r--test/core/channel/channel_trace_test.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/core/channel/channel_trace_test.cc b/test/core/channel/channel_trace_test.cc
index 471ebd6b58..0ba13ff136 100644
--- a/test/core/channel/channel_trace_test.cc
+++ b/test/core/channel/channel_trace_test.cc
@@ -33,6 +33,11 @@
#include "test/core/util/test_config.h"
#include "test/cpp/util/channel_trace_proto_helper.h"
+// remove me
+#include <grpc/support/string_util.h>
+#include <stdlib.h>
+#include <string.h>
+
namespace grpc_core {
namespace testing {
namespace {