enkore / j4-dmenu-desktop

A fast desktop menu
GNU General Public License v3.0
673 stars 69 forks source link

Fix build with GCC 13 #139

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/895200

enkore commented 1 year ago

Thanks!