Closed thesamesam closed 3 months ago
uint8_t, uint32_t are used without including <cstdint> which fails to build w/ GCC 15 after a change in libstdc++ [0]
uint8_t
uint32_t
<cstdint>
[0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2
Thank you for the info and for providing the PR!
uint8_t
,uint32_t
are used without including<cstdint>
which fails to build w/ GCC 15 after a change in libstdc++ [0][0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2