This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new e23a89f0da9 fix compile error
e23a89f0da9 is described below
commit e23a89f0da9735ebc0c7fc81d2c409d570334d1c
Author: yiguolei <[email protected]>
AuthorDate: Sat May 11 15:36:06 2024 +0800
fix compile error
---
be/src/vec/utils/util.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/src/vec/utils/util.hpp b/be/src/vec/utils/util.hpp
index f5c0aee990b..67c5bebbca8 100644
--- a/be/src/vec/utils/util.hpp
+++ b/be/src/vec/utils/util.hpp
@@ -22,6 +22,7 @@
#include <boost/shared_ptr.hpp>
#include "runtime/descriptors.h"
+#include "util/simd/bits.h"
#include "vec/columns/column.h"
#include "vec/columns/column_nullable.h"
#include "vec/core/block.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]