Skip to content

Commit

Permalink
Fix <cuda/functional> header inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 16, 2023
1 parent db4807f commit 0e93982
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <cuspatial/range/multilinestring_range.cuh>
#include <cuspatial/traits.hpp>

#include <functional>
#include <rmm/device_uvector.hpp>
#include <rmm/exec_policy.hpp>

Expand All @@ -35,6 +34,8 @@
#include <thrust/iterator/transform_iterator.h>
#include <thrust/scan.h>

#include <cuda/functional>

#include <cstdint>

namespace cuspatial {
Expand Down

0 comments on commit 0e93982

Please sign in to comment.