mummer4 / mummer

Mummer alignment tool
Artistic License 2.0
433 stars 108 forks source link

Added #include <cstdint> to allow compiling with newer versions of gcc #203

Closed tbenavi1 closed 5 months ago

tbenavi1 commented 9 months ago

Hello,

According to https://gcc.gnu.org/gcc-13/porting_to.html, the \<cstdint> header needs to be explicitly added in order to be able to compile with GCC13.

I added #include \<cstdint> to include/mummer/48bit_iterator.hpp and include/mummer/48bit_index.hpp and was able to compile successfully. Thank you.

A-N-Other commented 5 months ago

https://github.com/mummer4/mummer/pull/199 👀

gmarcais commented 5 months ago

This is in the development branch now.