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