Commit 141c00a
fix(string_util): add missing <cstdint> include for uint64_t
Fixes #856. On some platforms (e.g., Fedora 43 with recent GCC),
<cstdint> is not transitively included, causing a build failure
because uint64_t is not declared in string_util.h.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f0d9e37 commit 141c00a
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