Skip to content

GCC13 requires explicit inclusion of cstdint to use types like uint16_t

Chris Broekema requested to merge gcc13 into master

GCC13 is more strict in its inclusion requirements. In particular it requires explicit inclusion of for types like uint16_t to be used.

Merge request reports