Skip to content

Commit

Permalink
Copy : fix missing include (for_each)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJoube committed Sep 11, 2024
1 parent a1e2ec3 commit 01f99f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/kwk/algorithm/algos/copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <kwk/concepts/container.hpp>
#include <kwk/algorithm/algos/transform.hpp>
#include <kwk/algorithm/algos/for_each.hpp>
#include <kwk/detail/abi.hpp>
#include <cstddef>
#include <utility>
Expand Down

0 comments on commit 01f99f9

Please sign in to comment.