Closed unixod closed 1 year ago
Hi, this MR is meant to fix compilation issues with gcc 13 (added missing headers).
I'd also suggest to qualify uint64_t and similar types/entities in C++ code with std::, for the rationale see https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2340r1.html
uint64_t
std::
Hi, this MR is meant to fix compilation issues with gcc 13 (added missing headers).
I'd also suggest to qualify
uint64_t
and similar types/entities in C++ code withstd::
, for the rationale see https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2340r1.html