diff --git a/cpp/src/arrow/util/thread_pool_test.cc b/cpp/src/arrow/util/thread_pool_test.cc index a3fa521f2d14..c1391c8be883 100644 --- a/cpp/src/arrow/util/thread_pool_test.cc +++ b/cpp/src/arrow/util/thread_pool_test.cc @@ -44,6 +44,7 @@ #include "arrow/util/macros.h" #include "arrow/util/test_common.h" #include "arrow/util/thread_pool.h" +#include "arrow/util/windows_compatibility.h" namespace arrow { namespace internal {