This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new b608de668f [fix](compile)compile error: open_telemetry_scop_wrapper.hpp cannot file 'UNLIKELY' (#12709) b608de668f is described below commit b608de668f5c2108a98428210149b61f75070230 Author: minghong <minghong.z...@163.com> AuthorDate: Mon Sep 19 09:18:04 2022 +0800 [fix](compile)compile error: open_telemetry_scop_wrapper.hpp cannot file 'UNLIKELY' (#12709) --- be/src/util/telemetry/open_telemetry_scop_wrapper.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/be/src/util/telemetry/open_telemetry_scop_wrapper.hpp b/be/src/util/telemetry/open_telemetry_scop_wrapper.hpp index 138d1c014e..4c30333476 100644 --- a/be/src/util/telemetry/open_telemetry_scop_wrapper.hpp +++ b/be/src/util/telemetry/open_telemetry_scop_wrapper.hpp @@ -17,6 +17,7 @@ #pragma once +#include "common/compiler_util.h" #include "opentelemetry/trace/provider.h" namespace doris { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org