Skip to content

Commit 4f0a4b2

Browse files
authored
Merge pull request #1883 from ericniebler/fix-numa-build
fix numa build by adding missing #include <vector>
2 parents 27fc125 + 7fafd86 commit 4f0a4b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/exec/detail/numa.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <new> // IWYU pragma: keep
2626
#include <thread>
2727
#include <utility>
28+
#include <vector>
2829

2930
// Work around a bug in the NVHPC compilers prior to version 24.3
3031
#if STDEXEC_NVHPC() && STDEXEC_NVHPC_VERSION < 24'03

0 commit comments

Comments
 (0)