Skip to content

Commit 4f0dae1

Browse files
authored
Merge pull request #4852 from gsomlo/gls-tcl9-json11cpp-cstdint
Fix undefined type error
2 parents eac2294 + fe79a77 commit 4f0dae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/json11/json11.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <cmath>
2525
#include <cstdlib>
2626
#include <cstdio>
27+
#include <cstdint>
2728
#include <limits>
2829

2930
namespace json11 {

0 commit comments

Comments
 (0)