aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Nathan Herring <nherring@google.com>2018-08-21 23:28:45 +0200
committerGravatar Nathan Herring <nherring@google.com>2018-08-21 23:28:45 +0200
commit234fdc6fbf68aa6c29990db7c7ddcface3355cb5 (patch)
tree0de71ad1d0b153ed62f712c90768c1507152deef /test/cpp/util
parent147826a909cc60d963c34b919417ce7a888e29ce (diff)
Missing #include
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/cli_credentials.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/cli_credentials.cc b/test/cpp/util/cli_credentials.cc
index 7e05ac2d53..73ecc78d5c 100644
--- a/test/cpp/util/cli_credentials.cc
+++ b/test/cpp/util/cli_credentials.cc
@@ -24,6 +24,7 @@
#include <grpcpp/impl/codegen/slice.h>
#include "src/core/lib/iomgr/load_file.h"
+#include "src/core/lib/slice/slice_internal.h"
DEFINE_bool(
enable_ssl, false,