Skip to content

Commit

Permalink
Merge pull request #170 from PointKernel/add-missing-pragma-once
Browse files Browse the repository at this point in the history
Add missing `#pragma once` directive
  • Loading branch information
PointKernel authored May 30, 2022
2 parents 7a0637e + c66273a commit 56325eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/cuco/detail/dynamic_map_kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once

#include <cub/block/block_reduce.cuh>

Expand Down
1 change: 1 addition & 0 deletions include/cuco/detail/static_map_kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once

#include <cub/block/block_reduce.cuh>

Expand Down
1 change: 1 addition & 0 deletions include/cuco/detail/static_multimap/kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once

#include <cuco/detail/pair.cuh>

Expand Down

0 comments on commit 56325eb

Please sign in to comment.