From 0346fc613bb652589749ca88f30108baf41da424 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Fri, 3 Feb 2023 15:16:01 -0800 Subject: [PATCH] GCP Observability header: Add missing port_platform include (#32230) --- src/cpp/ext/gcp/observability_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cpp/ext/gcp/observability_config.h b/src/cpp/ext/gcp/observability_config.h index f8ac1c2c057..d17d4f65afc 100644 --- a/src/cpp/ext/gcp/observability_config.h +++ b/src/cpp/ext/gcp/observability_config.h @@ -17,6 +17,8 @@ #ifndef GRPC_SRC_CPP_EXT_GCP_OBSERVABILITY_CONFIG_H #define GRPC_SRC_CPP_EXT_GCP_OBSERVABILITY_CONFIG_H +#include + #include #include