diff --git a/c/parallel/src/reduce.cu b/c/parallel/src/reduce.cu index 575a5748ed6..4b458022c33 100644 --- a/c/parallel/src/reduce.cu +++ b/c/parallel/src/reduce.cu @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include // ::cuda::std::identity #include diff --git a/cub/benchmarks/bench/partition/flagged.cu b/cub/benchmarks/bench/partition/flagged.cu index 30102f34a48..0a41f88f1a4 100644 --- a/cub/benchmarks/bench/partition/flagged.cu +++ b/cub/benchmarks/bench/partition/flagged.cu @@ -29,6 +29,7 @@ #include +#include #include #include diff --git a/cub/benchmarks/bench/partition/if.cu b/cub/benchmarks/bench/partition/if.cu index f9a8bc7af4b..5dc240fb2e7 100644 --- a/cub/benchmarks/bench/partition/if.cu +++ b/cub/benchmarks/bench/partition/if.cu @@ -29,6 +29,7 @@ #include +#include #include #include diff --git a/cub/benchmarks/bench/select/flagged.cu b/cub/benchmarks/bench/select/flagged.cu index 189e8ea132d..168e2bc0cc5 100644 --- a/cub/benchmarks/bench/select/flagged.cu +++ b/cub/benchmarks/bench/select/flagged.cu @@ -29,6 +29,8 @@ #include +#include + #include #include diff --git a/cub/benchmarks/bench/select/if.cu b/cub/benchmarks/bench/select/if.cu index 4cdd04b01e2..98bdec915a7 100644 --- a/cub/benchmarks/bench/select/if.cu +++ b/cub/benchmarks/bench/select/if.cu @@ -29,6 +29,8 @@ #include +#include + #include #include diff --git a/cub/benchmarks/bench/select/unique.cu b/cub/benchmarks/bench/select/unique.cu index 5f08518abb9..75c0c3771e0 100644 --- a/cub/benchmarks/bench/select/unique.cu +++ b/cub/benchmarks/bench/select/unique.cu @@ -3,6 +3,8 @@ #include +#include + #include #include diff --git a/cub/cub/device/dispatch/tuning/tuning_run_length_encode.cuh b/cub/cub/device/dispatch/tuning/tuning_run_length_encode.cuh index 3886181703f..9f272961ef2 100644 --- a/cub/cub/device/dispatch/tuning/tuning_run_length_encode.cuh +++ b/cub/cub/device/dispatch/tuning/tuning_run_length_encode.cuh @@ -47,8 +47,7 @@ #include #include -#include -#include +#include CUB_NAMESPACE_BEGIN diff --git a/cub/cub/device/dispatch/tuning/tuning_select_if.cuh b/cub/cub/device/dispatch/tuning/tuning_select_if.cuh index 620de4692d2..ea2971dd3d2 100644 --- a/cub/cub/device/dispatch/tuning/tuning_select_if.cuh +++ b/cub/cub/device/dispatch/tuning/tuning_select_if.cuh @@ -45,7 +45,7 @@ #include #include -#include +#include CUB_NAMESPACE_BEGIN