diff --git a/include/exec/detail/numa.hpp b/include/exec/detail/numa.hpp index 94b6ad7a6..f3fcaa672 100644 --- a/include/exec/detail/numa.hpp +++ b/include/exec/detail/numa.hpp @@ -25,6 +25,7 @@ #include // IWYU pragma: keep #include #include +#include // Work around a bug in the NVHPC compilers prior to version 24.3 #if STDEXEC_NVHPC() && STDEXEC_NVHPC_VERSION < 24'03