This is an automated email from the ASF dual-hosted git repository.
zykkk 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 551b0201445 [fix](build) fix macOS build (#51800)
551b0201445 is described below
commit 551b020144542dd05e31e23b6c54bd753024f7af
Author: zy-kkk <[email protected]>
AuthorDate: Wed Jun 18 11:37:51 2025 +0800
[fix](build) fix macOS build (#51800)
Add #include "gutil/port.h" to handle macro definitions for different
platforms
---
be/src/vec/functions/function_string.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/src/vec/functions/function_string.h
b/be/src/vec/functions/function_string.h
index 262a838be47..ecb8363172d 100644
--- a/be/src/vec/functions/function_string.h
+++ b/be/src/vec/functions/function_string.h
@@ -45,6 +45,7 @@
#include "common/compiler_util.h" // IWYU pragma: keep
#include "common/exception.h"
#include "common/status.h"
+#include "gutil/port.h" // For endian macros
#include "gutil/strings/numbers.h"
#include "runtime/decimalv2_value.h"
#include "runtime/string_search.hpp"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]