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

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

commit 8a3fc223feb90e2ef611f00e6ec9a658e2e3d700
Author: Xinyi Zou <[email protected]>
AuthorDate: Wed Apr 19 08:49:23 2023 +0800

    [fix](compile) Fix block.cpp compilation failure (#18797)
---
 be/src/vec/core/block.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/vec/core/block.cpp b/be/src/vec/core/block.cpp
index 63b79d7965..dc7cef55c1 100644
--- a/be/src/vec/core/block.cpp
+++ b/be/src/vec/core/block.cpp
@@ -27,6 +27,7 @@
 #include "agent/be_exec_version_manager.h"
 #include "common/status.h"
 #include "runtime/descriptors.h"
+#include "runtime/thread_context.h"
 #include "udf/udf.h"
 #include "util/block_compression.h"
 #include "util/faststring.h"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to