mgieseki / dvisvgm

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

Add missing `<cstdint>` includes #273

Closed thesamesam closed 3 months ago

thesamesam commented 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]

[0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2

mgieseki commented 3 months ago

Thank you for the info and for providing the PR!