From 7bfd9401458f22b127a29515359bd4d4b68a22e3 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Fri, 26 Apr 2024 08:53:45 +0200 Subject: [PATCH] Add missing #pragma once in some headers (#1668) --- cub/test/catch2_radix_sort_helper.cuh | 2 ++ cub/test/fill_striped.cuh | 2 ++ cub/test/mersenne.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/cub/test/catch2_radix_sort_helper.cuh b/cub/test/catch2_radix_sort_helper.cuh index 82af726d875..758253203be 100644 --- a/cub/test/catch2_radix_sort_helper.cuh +++ b/cub/test/catch2_radix_sort_helper.cuh @@ -25,6 +25,8 @@ * ******************************************************************************/ +#pragma once + #include #include #include diff --git a/cub/test/fill_striped.cuh b/cub/test/fill_striped.cuh index d3ae0823aaf..eab05478c88 100644 --- a/cub/test/fill_striped.cuh +++ b/cub/test/fill_striped.cuh @@ -25,6 +25,8 @@ * ******************************************************************************/ +#pragma once + #include template diff --git a/cub/test/mersenne.h b/cub/test/mersenne.h index d66a4988f76..015b4d01b30 100644 --- a/cub/test/mersenne.h +++ b/cub/test/mersenne.h @@ -41,6 +41,8 @@ email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space) */ +#pragma once + #include namespace mersenne