From 54df1fb1f2e52198bf3e06f6f5206380c1fa3415 Mon Sep 17 00:00:00 2001 From: ctiller Date: Wed, 6 Sep 2023 19:01:06 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/core/BUILD | 1 + .../ext/filters/client_channel/lb_policy/health_check_client.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/core/BUILD b/src/core/BUILD index 72c53c93be94f..d9a9cc4e0bf81 100644 --- a/src/core/BUILD +++ b/src/core/BUILD @@ -4731,6 +4731,7 @@ grpc_cc_library( "subchannel_interface", "unique_type_name", "//:channel_arg_names", + "//:debug_location", "//:gpr", "//:grpc_base", "//:grpc_client_channel", diff --git a/src/core/ext/filters/client_channel/lb_policy/health_check_client.cc b/src/core/ext/filters/client_channel/lb_policy/health_check_client.cc index d0380956011a9..b08130a92a661 100644 --- a/src/core/ext/filters/client_channel/lb_policy/health_check_client.cc +++ b/src/core/ext/filters/client_channel/lb_policy/health_check_client.cc @@ -49,6 +49,7 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/channel/channel_trace.h" #include "src/core/lib/debug/trace.h" +#include "src/core/lib/gprpp/debug_location.h" #include "src/core/lib/gprpp/orphanable.h" #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/lib/gprpp/sync.h"