Commit 3943b96
committed
Fix build on Fedora 43: add missing <cstdint> include
string_util.h uses uint64_t in FormatSize() but does not include
<cstdint>. This happens to compile on most platforms because other
headers transitively include it, but fails on Fedora 43 (GCC 15)
where the transitive include was removed.
Fixes #856.1 parent f0d9e37 commit 3943b96
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments