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

changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 54461b8ba Fix build due to 
https://github.com/ClickHouse/ClickHouse/pull/62170 (#5291)
54461b8ba is described below

commit 54461b8ba385e3c37491d2cd63a28f0d42d0517b
Author: Chang chen <[email protected]>
AuthorDate: Thu Apr 4 13:38:04 2024 +0800

    Fix build due to https://github.com/ClickHouse/ClickHouse/pull/62170 (#5291)
---
 cpp-ch/local-engine/Common/GlutenSignalHandler.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp-ch/local-engine/Common/GlutenSignalHandler.cpp 
b/cpp-ch/local-engine/Common/GlutenSignalHandler.cpp
index 2ab665559..d32c640c3 100644
--- a/cpp-ch/local-engine/Common/GlutenSignalHandler.cpp
+++ b/cpp-ch/local-engine/Common/GlutenSignalHandler.cpp
@@ -25,15 +25,15 @@
 #include <base/phdr_cache.h>
 #include <base/sleep.h>
 #include <Poco/Exception.h>
+#include <Common/CurrentThread.h>
 #include <Common/GlutenSignalHandler.h>
 #include <Common/MemoryTracker.h>
 #include <Common/PipeFDs.h>
 #include <Common/ThreadStatus.h>
+#include <Common/config_version.h>
 #include <Common/getHashOfLoadedBinary.h>
 #include <Common/logger_useful.h>
 
-#include <Common/config_version.h>
-
 using namespace local_engine;
 
 using signal_function = void(int, siginfo_t *, void *);


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

Reply via email to