Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing <limits> header import for GCC 11 in MinCollector.cpp #319

Closed
mmguar opened this issue Aug 12, 2021 · 1 comment
Closed

Missing <limits> header import for GCC 11 in MinCollector.cpp #319

mmguar opened this issue Aug 12, 2021 · 1 comment

Comments

@mmguar
Copy link

mmguar commented Aug 12, 2021

As highlighted here: https://stackoverflow.com/questions/4798936/numeric-limits-was-not-declared-in-this-scope-no-matching-function-for-call-t
GCC 11 and others require an explicit import of , which is not present in MinCollector.cpp and thus kallisto fails to compile.
Adding
#include <limits>
fixes the problem.

@Yenaled
Copy link
Collaborator

Yenaled commented Jan 18, 2022

Fixed in 0.48.0

@Yenaled Yenaled closed this as completed Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants