when compiling with gcc 13.3 std:: no longer has uint32_t defined in it, as such i get an error of:
'uint32_t' is not a member of 'std'
this is a mistake since no other place in the code uses std::uint32_t , they all just use the normal uint32_t.
i've made a pull request that fixes this line
when compiling with gcc 13.3 std:: no longer has uint32_t defined in it, as such i get an error of:
'uint32_t' is not a member of 'std'this is a mistake since no other place in the code uses std::uint32_t , they all just use the normal uint32_t.
i've made a pull request that fixes this line