mgieseki / dvisvgm

A fast DVI, EPS, and PDF to SVG converter
https://dvisvgm.de
GNU General Public License v3.0
306 stars 33 forks source link

Add missing `<cstdint>` includes #273

Closed thesamesam closed 1 month ago

thesamesam commented 1 month ago

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

mgieseki commented 1 month ago

Thank you for the info and for providing the PR!