refresh-bio / KMC

Fast and frugal disk based k-mer counter
277 stars 72 forks source link

Fix header dependency issues when building with GCC 13 #226

Closed tmaklin closed 11 months ago

tmaklin commented 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).

marekkokot commented 11 months ago

Thanks