eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
996 stars 236 forks source link

Fix GCC 13 compile errors #435

Closed unixod closed 1 year ago

unixod commented 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