MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
713 stars 205 forks source link

Fix build with GCC 13 #249

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some are no longer transitively included.

See https://gnu.org/software/gcc/gcc-13/porting_to.html.

Bug: https://bugs.gentoo.org/895098

thesamesam commented 1 year ago

Thanks!