Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Sep 12, 2024
1 parent 42a7de2 commit 25da392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/utl/pipes/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <utility>

#include "utl/clear_t.h"
#include "utl/pipes/is_range.h"
#include "utl/pipes/make_range.h"

namespace utl {
Expand Down Expand Up @@ -47,4 +48,4 @@ transform_t<Transform> transform(Transform&& f) {
template <typename Range, typename Transform>
struct is_range<transform_range<Range, Transform>> : std::true_type {};

} // namespace utl
} // namespace utl

0 comments on commit 25da392

Please sign in to comment.