agc icon indicating copy to clipboard operation
agc copied to clipboard

Fix missing headers when compiling with GCC 13

Open tmaklin opened this issue 6 months ago • 1 comments

Fixes building agc with GCC 13 which currently fails because of a missing #include <cstdint> in src/core/defs.h (see "Header dependency" in https://gcc.gnu.org/gcc-13/porting_to.html for the why).

tmaklin avatar Dec 19 '23 16:12 tmaklin

Thank you. I'll integrate this in the forthcoming v.3.1 release.

sebastiandeorowicz avatar Mar 04 '24 15:03 sebastiandeorowicz