Add missing include that in some build configurations leads us to try and unref an undefined type

PiperOrigin-RevId: 647069405
pull/37060/head
Craig Tiller 8 months ago committed by Copybara-Service
parent cda5d9c778
commit a11e92db6e
  1. 1
      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 {

Loading…
Cancel
Save