aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
274 stars 58 forks source link

Fix compilation on GCC13 #55

Closed winterheart closed 1 year ago

winterheart commented 1 year ago

GCC-13 changes internal cstdint includes, and now files that uses standard integer types should directly include cstdint header.

See: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Bug: https://bugs.gentoo.org/865117 Bug: https://bugs.gentoo.org/895616

I agree that my contributions are licensed under the MIT License.

dacap commented 1 year ago

Just cherry-picked in 0673b7c5928317f409c15f1654f5ee3b82011ba5 thanks for the patch @winterheart and thanks @mochaaP for reviewing it 👍