Closed tmaklin closed 11 months ago
Fixes building KMC with GCC 13 which currently fails because of a missing #include <cstdint> in several files (see "Header dependency" in https://gcc.gnu.org/gcc-13/porting_to.html for the why).
#include <cstdint>
Thanks
Fixes building KMC with GCC 13 which currently fails because of a missing
#include <cstdint>
in several files (see "Header dependency" in https://gcc.gnu.org/gcc-13/porting_to.html for the why).