Merge pull request #2131 from hedara90/fix-mapson-g++-include

Added missing include due to g++ changes
This commit is contained in:
GriffinR 2025-05-02 11:28:12 -04:00 committed by GitHub
commit 5a036aedcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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