Skip to content

Commit b95ecfd

Browse files
author
Victor Lomuller
committed
include
1 parent 7f210e2 commit b95ecfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/include/sycl/detail/sycl_local_mem_builtins.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

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

13-
#include <cstddef> // for size_t, uint8_t
13+
#include <cstddef> // for size_t
14+
#include <cstdint> // for uint8_t
1415

1516
#ifdef __SYCL_DEVICE_ONLY__
1617
// Request a fixed-size allocation in local address space at kernel scope.

0 commit comments

Comments
 (0)