ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
60 stars 32 forks source link

Add missing standard library includes (fix build with GCC 13) #45

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

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

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

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

thesamesam commented 1 year ago

Thanks!