Closed williamspatrick closed 10 months ago
The previous code did not compile under GCC-13 because libstdcpp headers have changed such that cstdint is not included implicitly. Add cstdint include when uint64_t types are used.
uint64_t
Signed-off-by: Patrick Williams patrick@stwcx.xyz
thanks for taking the time to contribute!
The previous code did not compile under GCC-13 because libstdcpp headers have changed such that cstdint is not included implicitly. Add cstdint include when
uint64_t
types are used.Signed-off-by: Patrick Williams patrick@stwcx.xyz