Skip to content

Commit e43ca8e

Browse files
authored
Add #include <cstdint> for gcc-13 builds (#1020)
See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes. This fixes Gentoo bug https://bugs.gentoo.org/875569.
1 parent c102804 commit e43ca8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/libjsonnet++.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ limitations under the License.
1717
#ifndef CPP_JSONNET_H_
1818
#define CPP_JSONNET_H_
1919

20+
#include <cstdint>
2021
#include <cstring>
2122
#include <functional>
2223
#include <map>

0 commit comments

Comments
 (0)