Skip to content

Commit

Permalink
Do not rely on transitive includes
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Apr 2, 2024
1 parent d2202e5 commit 318af5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@

// cuda::get_property

#include <cuda/std/cassert>
#include <cuda/memory_resource>
#include <cuda/std/cassert>
#include <cuda/std/concepts>
#include <cuda/std/type_traits>

struct prop_with_value {
using value_type = int;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cuda/memory_resource>

#include <cuda/std/cstdint>
#include <cuda/std/type_traits>

template <class T>
struct property_with_value {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cuda/memory_resource>

#include <cuda/std/cstdint>
#include <cuda/std/type_traits>

template <class T>
struct property_with_value {
Expand Down

0 comments on commit 318af5c

Please sign in to comment.