Commit 2b80602
Vulkan backend: Add missing include of cstdint (#15220)
backends/vulkan/runtime/utils/StorageUtils.h was referring to
definitions like `uint8_t` without including the header cstdint. This
resulted in a risk of facing compilation errors on some systems. Fix
this problem by including the header.
cc @SS-JIA @manuelcandales @digantdesai @cbilgin
Signed-off-by: Martin Lindström <[email protected]>
Co-authored-by: Martin Lindström <[email protected]>1 parent 36400f6 commit 2b80602
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments