pitrou commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r896664542
########## cpp/src/arrow/compute/exec.h: ########## @@ -20,6 +20,8 @@ #pragma once +#include <algorithm> Review Comment: For the record, `algorithm` is potentially a heavy inclusion, we should perhaps avoid including it nilly-willy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org