Closed thesamesam closed 1 month ago
utils uses uint64_t without including <cstdint> which fails to build w/ GCC 15 after a change in libstdc++ [0]
uint64_t
<cstdint>
[0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2
@MaskRay ping
Thanks:) And thanks for the mention, otherwise I could easily neglect notifications :)
utils uses
uint64_t
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