This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 9bbaf875e6b branch-4.0: [fix](compile) fix MacOS compile backend
failed #60582 (#60620)
9bbaf875e6b is described below
commit 9bbaf875e6b0943c27145da1eee9d50ec370a725
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 21:29:06 2026 +0800
branch-4.0: [fix](compile) fix MacOS compile backend failed #60582 (#60620)
Cherry-picked from #60582
Co-authored-by: 924060929 <[email protected]>
---
be/src/exec/rowid_fetcher.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/src/exec/rowid_fetcher.h b/be/src/exec/rowid_fetcher.h
index d041423839c..c617678ccd8 100644
--- a/be/src/exec/rowid_fetcher.h
+++ b/be/src/exec/rowid_fetcher.h
@@ -23,6 +23,7 @@
#include <gen_cpp/internal_service.pb.h>
#include <memory>
+#include <semaphore>
#include <utility>
#include <vector>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]