Merge pull request #4852 from gsomlo/gls-tcl9-json11cpp-cstdint

Fix undefined type error
This commit is contained in:
Martin Povišer 2025-01-17 09:43:49 +01:00 committed by GitHub
commit 4f0dae17ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstdint>
#include <limits>
namespace json11 {