compatibility with gcc 13 (header dependency changes)
Ivan-SB opened this issue · 0 comments
Ivan-SB commented
This is preventing the library to compile
https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
there are 2 instances where cstdlib is included. You'd probably have to include cstdint explicitly.
thanks