Skip to content

Fix build with gcc 13 by including <cstdint>

Heiko Becker requested to merge work/fix-build-with-gcc13 into master

Like other versions before, gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t.

[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Merge request reports