Skip to content

Commit b6bff98

Browse files
committed
Add missing (win) include
1 parent 6f08e19 commit b6bff98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/memory_pool.cc

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include "arrow/memory_pool.h"
1919

20+
#include <algorithm>
2021
#include <cstdlib>
2122
#include <mutex>
2223
#include <sstream>

0 commit comments

Comments
 (0)