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 for GCC 13 #196

Closed thesamesam closed 2 years ago

thesamesam commented 2 years ago

Signed-off-by: Sam James sam@gentoo.org

mgieseki commented 2 years ago

Thank you for providing the fix. Could you please remove the includes from the .cpp files where #include <cstdint> is already present in the corresponding header? I'd prefer not to duplicate them.

thesamesam commented 2 years ago

Yep, sure, let me do that now.

mgieseki commented 2 years ago

Thank you for the update.

thesamesam commented 2 years ago

And thank you!