Skip to content

Commit

Permalink
Add <iterator> to when_all_range.hpp
Browse files Browse the repository at this point in the history
`when_all_range` uses `std::back_inserter`, which requires `<iterator>`.
  • Loading branch information
ispeters committed Oct 16, 2023
1 parent 4c5eba4 commit 5ce9aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/unifex/when_all_range.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <atomic>
#include <cstddef>
#include <functional>
#include <iterator>
#include <numeric>
#include <optional>
#include <type_traits>
Expand Down

0 comments on commit 5ce9aeb

Please sign in to comment.