Closed oKcerG closed 9 months ago
Compiling with GCC 11.4 failed due to <cstddef> not being included, ptrdiff_t needs it.
<cstddef>
ptrdiff_t
Thanks for the fix!
Thanks for the project! :)
Compiling with GCC 11.4 failed due to
<cstddef>
not being included,ptrdiff_t
needs it.