Commit 1c6fcc8
Explicit include cstdint header for gcc 13 (#5)
According to the https://gcc.gnu.org/gcc-13/porting_to.html, gcc 13 doesn't implicitly include `<cstdint>` anymore, so we need to include it explicitly.
Co-authored-by: Kingstom <kingstom.chen@amd.com>1 parent 232ff66 commit 1c6fcc8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments