[examples] Fix csm greeter client (#35355)

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35355 from yashykt:CsmExampleFix e394990389
PiperOrigin-RevId: 592413377
pull/35359/head
Yash Tibrewal 11 months ago committed by Copybara-Service
parent 023305fd63
commit a1335d1b16
  1. 1
      examples/cpp/csm/csm_greeter_client.cc

@ -24,6 +24,7 @@
#include "absl/flags/flag.h" #include "absl/flags/flag.h"
#include "absl/flags/parse.h" #include "absl/flags/parse.h"
#include "absl/strings/str_join.h"
#include "absl/strings/str_split.h" #include "absl/strings/str_split.h"
#include "opentelemetry/exporters/prometheus/exporter_factory.h" #include "opentelemetry/exporters/prometheus/exporter_factory.h"
#include "opentelemetry/exporters/prometheus/exporter_options.h" #include "opentelemetry/exporters/prometheus/exporter_options.h"

Loading…
Cancel
Save