rv8
rv8 copied to clipboard
Add of the "#include <limits>" when necessary
Some compilers (such as GCC by default on Arch Linux) do not include it automatically (and others do, like on Ubuntu) so it is better to include specifically all headers needed.
Without it it does not build at all on theses systems, and the inclusion of it souldn't change anything on the others.
This PR is also required with g++ 12.2.0 (Debian 12.2.0-14).