google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 437 forks source link

Add #include <cstdint> for gcc-13 builds #1020

Closed xen0n closed 1 year ago

xen0n commented 1 year ago

See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes.

This fixes Gentoo bug https://bugs.gentoo.org/875569.

sbarzowski commented 1 year ago

Thank you