Skip to content

Commit

Permalink
Include public <cuda/std/iterator> instead
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Nov 26, 2024
1 parent ee1dae0 commit 7ebe1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cuproj/include/cuproj/detail/pipeline.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <cuproj/operation/operation.cuh>
#include <cuproj/operation/transverse_mercator.cuh>

#include <cuda/std/__iterator/reverse_iterator.h>
#include <cuda/std/iterator>
#include <thrust/execution_policy.h>
#include <thrust/for_each.h>

Expand Down

0 comments on commit 7ebe1d3

Please sign in to comment.