rv8 icon indicating copy to clipboard operation
rv8 copied to clipboard

Add of the "#include <limits>" when necessary

Open QDelage opened this issue 2 years ago • 1 comments

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.

QDelage avatar Feb 05 '22 21:02 QDelage

This PR is also required with g++ 12.2.0 (Debian 12.2.0-14).

gsmecher avatar Aug 01 '23 23:08 gsmecher