Skip to content

Commit

Permalink
Copy : fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJoube committed Sep 11, 2024
1 parent c839e5c commit 18a532d
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 @@ -8,6 +8,7 @@
#pragma once

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

0 comments on commit 18a532d

Please sign in to comment.