marbl/Mash

Missing include limits

Opened this issue · 0 comments

Hi,
when building mash 2.3 with gcc-11 to upload a new Debian package version the build stumbled upon:

error: ‘numeric_limits’ is not a member of ‘std’

This simple patch fixes the issue.
Hope this helps, Andreas.