Skip to content

Commit b59b8c3

Browse files
committed
Cherrypick fix from #1825.
Signed-off-by: MithunR <[email protected]>
1 parent eff47c8 commit b59b8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/neighbors/detail/knn_brute_force.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <rmm/cuda_device.hpp>
4242
#include <rmm/device_uvector.hpp>
4343
#include <thrust/for_each.h>
44-
#include <thrust/iterator/transform_iterator.h>
44+
#include <thrust/iterator/counting_iterator.h>
4545

4646
#include <cstdint>
4747
#include <iostream>

0 commit comments

Comments
 (0)