Skip to content

Commit 5192c25

Browse files
author
Victor Lomuller
committed
add missing include
1 parent 0beea9d commit 5192c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/include/sycl/detail/sycl_local_mem_builtins.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#include <sycl/detail/defines_elementary.hpp> // for __DPCPP_SYCL_EXTERNAL
1212

13+
#include <cstddef> // for size_t, uint8_t
14+
1315
#ifdef __SYCL_DEVICE_ONLY__
1416
// Request a fixed-size allocation in local address space at kernel scope.
1517
// Required for group_local_memory and work_group_static.

0 commit comments

Comments
 (0)