Commit 8806b3c
fix: add missing cstdint header
Build broke with gcc-15 due to `error: unknown type name 'uint8_t'`
Adding cstdint fixes that.1 parent 1653fa6 commit 8806b3c
2 files changed
Lines changed: 2 additions & 0 deletions
File tree
- src/flutter/shell/platform/common/client_wrapper/include/flutter
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments