Skip to content

Commit

Permalink
fix(co): include the <vector> header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianpingan authored and Codesire-Deng committed Oct 27, 2023
1 parent 106d3e6 commit 49d86d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/co_context/co/when_any.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <type_traits>
#include <utility>
#include <variant>
#include <vector>

namespace co_context {

Expand Down

0 comments on commit 49d86d6

Please sign in to comment.