Skip to content

Commit 853b5a6

Browse files
kiritigowdaclaude
andcommitted
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

File tree

include/system_info.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef SYSTEM_INFO_H
22
#define SYSTEM_INFO_H
33

4+
#include <cstdint>
45
#include <string>
56

67
struct SystemInfo {

0 commit comments

Comments
 (0)