From a4321ed1cc849054cb11f11d53e5fb8aa2fb1996 Mon Sep 17 00:00:00 2001 From: pavelkumbrasev Date: Wed, 21 Feb 2024 17:20:41 +0000 Subject: [PATCH] Fix build on macOS12 Signed-off-by: pavelkumbrasev --- test/tbb/test_arena_constraints.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tbb/test_arena_constraints.cpp b/test/tbb/test_arena_constraints.cpp index 846bf0fc71e..c69e9afd794 100644 --- a/test/tbb/test_arena_constraints.cpp +++ b/test/tbb/test_arena_constraints.cpp @@ -17,9 +17,10 @@ //! \file test_arena_constraints.cpp //! \brief Test for [info_namespace scheduler.task_arena] specifications +#include "tbb/parallel_for.h" + #include "common/common_arena_constraints.h" -#include "tbb/parallel_for.h" #if __TBB_HWLOC_VALID_ENVIRONMENT && __HWLOC_CPUBIND_PRESENT //! Test affinity and default_concurrency correctness for all available constraints.