eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.66k stars 321 forks source link

Fix build with GCC 13 #837

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

eteran commented 1 year ago

Thanks!

thesamesam commented 1 year ago

Thanks!