refresh-bio / agc

Assembled Genomes Compressor
MIT License
152 stars 13 forks source link

Fix missing headers when compiling with GCC 13 #11

Open tmaklin opened 8 months ago

tmaklin commented 8 months ago

Fixes building agc with GCC 13 which currently fails because of a missing #include <cstdint> in src/core/defs.h (see "Header dependency" in https://gcc.gnu.org/gcc-13/porting_to.html for the why).

sebastiandeorowicz commented 6 months ago

Thank you. I'll integrate this in the forthcoming v.3.1 release.