This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 59dfbe1bd39 [fix](build)macos clang 15 version compilation error 
(#25457)
59dfbe1bd39 is described below

commit 59dfbe1bd39350401c945e0146f4bb4dc17d9712
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Sat Nov 18 10:15:05 2023 +0800

    [fix](build)macos clang 15 version compilation error (#25457)
---
 be/src/util/telemetry/telemetry.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/util/telemetry/telemetry.cpp 
b/be/src/util/telemetry/telemetry.cpp
index 1b69da8356d..4132b242f98 100644
--- a/be/src/util/telemetry/telemetry.cpp
+++ b/be/src/util/telemetry/telemetry.cpp
@@ -44,6 +44,7 @@
 #include "opentelemetry/sdk/common/attribute_utils.h"
 #include "opentelemetry/sdk/common/global_log_handler.h"
 #include "opentelemetry/sdk/trace/batch_span_processor.h"
+#include "opentelemetry/sdk/trace/batch_span_processor_options.h"
 #include "opentelemetry/sdk/trace/tracer_provider.h"
 #include "opentelemetry/trace/propagation/http_trace_context.h"
 #include "service/backend_options.h"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to