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

yangzy 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 a41ef6ac4 [GLUTEN-5832][VL] Fix build on macOS (#5833)
a41ef6ac4 is described below

commit a41ef6ac496ddece8a2774cedd6dfcb8053e9009
Author: James Xu <[email protected]>
AuthorDate: Wed May 22 23:30:17 2024 +0800

    [GLUTEN-5832][VL] Fix build on macOS (#5833)
---
 cpp/core/memory/AllocationListener.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/core/memory/AllocationListener.h 
b/cpp/core/memory/AllocationListener.h
index a3c0a72cb..d43a621de 100644
--- a/cpp/core/memory/AllocationListener.h
+++ b/cpp/core/memory/AllocationListener.h
@@ -17,7 +17,7 @@
 
 #pragma once
 
-#include <math.h>
+#include <algorithm>
 #include <memory>
 
 namespace gluten {


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

Reply via email to