summaryrefslogtreecommitdiff
blob: ccaf8cff0e9848168c8944a15bcfd6c31970321f (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/arrow/filesystem/util_internal.cc	2023-11-23 17:13:03.062791581 +0100
+++ b/src/arrow/filesystem/util_internal.cc	2023-11-23 17:13:22.441459075 +0100
@@ -18,6 +18,7 @@
 #include "arrow/filesystem/util_internal.h"
 
 #include <cerrno>
+#include <algorithm>
 
 #include "arrow/buffer.h"
 #include "arrow/filesystem/path_util.h"