diff --git a/thrust/thrust/system/cuda/detail/reduce.h b/thrust/thrust/system/cuda/detail/reduce.h index 61ec2086adf..8ef245dc082 100644 --- a/thrust/thrust/system/cuda/detail/reduce.h +++ b/thrust/thrust/system/cuda/detail/reduce.h @@ -156,7 +156,7 @@ struct ReduceAgent using Vector = typename cub::CubVector; using LoadIt = typename core::detail::LoadIterator::type; - using BlockReduce = cub::BlockReduce; + using BlockReduce = cub::BlockReduce; using VectorLoadIt = cub::CacheModifiedInputIterator;