From a11e92db6ea126a09cd1deb82e3d16aef8c986eb Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 26 Jun 2024 13:58:46 -0700 Subject: [PATCH] Add missing include that in some build configurations leads us to try and unref an undefined type PiperOrigin-RevId: 647069405 --- src/core/load_balancing/grpclb/client_load_reporting_filter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/load_balancing/grpclb/client_load_reporting_filter.h b/src/core/load_balancing/grpclb/client_load_reporting_filter.h index a9d979634ff..87fa1fee21b 100644 --- a/src/core/load_balancing/grpclb/client_load_reporting_filter.h +++ b/src/core/load_balancing/grpclb/client_load_reporting_filter.h @@ -28,6 +28,7 @@ #include "src/core/lib/channel/promise_based_filter.h" #include "src/core/lib/promise/arena_promise.h" #include "src/core/lib/transport/transport.h" +#include "src/core/load_balancing/grpclb/grpclb_client_stats.h" namespace grpc_core {