Skip to content

Commit

Permalink
Add missing <algorithm> includes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 18, 2023
1 parent f17b023 commit 72db805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/cobalt/detail/gather.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <array>
#include <coroutine>
#include <algorithm>

namespace boost::cobalt::detail
{
Expand Down
1 change: 1 addition & 0 deletions include/boost/cobalt/detail/join.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <array>
#include <coroutine>
#include <algorithm>

namespace boost::cobalt::detail
{
Expand Down
1 change: 1 addition & 0 deletions include/boost/cobalt/detail/race.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <coroutine>
#include <optional>
#include <algorithm>


namespace boost::cobalt::detail
Expand Down

0 comments on commit 72db805

Please sign in to comment.