algbio / ggcat

Compacted and colored de Bruijn graph construction and querying
MIT License
73 stars 10 forks source link

Fix header dependency issues when building with GCC 13 #34

Closed tmaklin closed 9 months ago

tmaklin commented 10 months ago

Fixes building the ggcat C++ API with GCC 13 which currently fails because of a missing #include <cstdint> in ggcat.hh (see "Header dependency" in https://gcc.gnu.org/gcc-13/porting_to.html for the why).

Guilucand commented 9 months ago

Thanks for the fix, I will merge it