Commit 853b5a6
Fix missing cstdint include in system_info.h
Add #include <cstdint> for uint64_t, uint16_t, and uint32_t types.
Previously worked due to transitive includes from AMD OpenVX headers
but fails with the Khronos sample implementation.
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>1 parent 83913ba commit 853b5a6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments