Skip to content

Commit

Permalink
add missing #include <cstddef>
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Nov 22, 2024
1 parent f2cc664 commit ac7f88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcudacxx/include/cuda/std/__concepts/concept_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
# pragma system_header
#endif // no system header

#include <cuda/std/cstddef> // for size_t

////////////////////////////////////////////////////////////////////////////////
// _CCCL_TEMPLATE
// Usage:
Expand Down

0 comments on commit ac7f88a

Please sign in to comment.