Skip to content

Commit 9a03926

Browse files
committed
Make counting_iterator available.
1 parent d3f667f commit 9a03926

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hoomd/mpcd/ParticleData.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#pragma GCC diagnostic ignored "-Wconversion"
1515
#include <cub/device/device_partition.cuh>
1616
#include <cub/iterator/counting_input_iterator.cuh>
17+
#include <thrust/iterator/counting_iterator.h>
1718
#pragma GCC diagnostic pop
1819

1920
namespace hoomd

hoomd/mpcd/RejectionVirtualParticleFillerGPU.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <hipcub/hipcub.hpp>
10+
#include <thrust/iterator/counting_iterator.h>
1011

1112
#include "RejectionVirtualParticleFillerGPU.cuh"
1213

0 commit comments

Comments
 (0)