aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-26 17:16:17 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-26 17:16:17 -0700
commita55d60056bbc833f9607ff448a810dc8766aca85 (patch)
treec3ae59e802df1ee9a6a62ca11699175cc3507823 /test/cpp/interop
parent005eb292989fb9d1fb7aee8dfca2e7ac31cfa02f (diff)
Fix build
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/client_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/interop/client_helper.h b/test/cpp/interop/client_helper.h
index eada2f671f..7dee85cc98 100644
--- a/test/cpp/interop/client_helper.h
+++ b/test/cpp/interop/client_helper.h
@@ -19,10 +19,12 @@
#ifndef GRPC_TEST_CPP_INTEROP_CLIENT_HELPER_H
#define GRPC_TEST_CPP_INTEROP_CLIENT_HELPER_H
+#include <functional>
#include <memory>
#include <unordered_map>
#include <grpcpp/channel.h>
+#include <grpcpp/client_context.h>
#include "src/core/lib/surface/call_test_only.h"