Mercurial > hg > piper-cpp
comparison ext/json11/json11.cpp @ 296:50a0b4fea7f1 tip master
Merge pull request #8 from michel-slm/gcc15
Include headers needed to compile with GCC 15's -std=gnu23 default
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 27 Jan 2025 08:53:58 +0000 |
parents | de5dc40f1830 |
children |
comparison
equal
deleted
inserted
replaced
294:df381a2e6fa1 | 296:50a0b4fea7f1 |
---|---|
20 */ | 20 */ |
21 | 21 |
22 #include "json11.hpp" | 22 #include "json11.hpp" |
23 #include <cassert> | 23 #include <cassert> |
24 #include <cmath> | 24 #include <cmath> |
25 #include <cstdint> | |
25 #include <cstdlib> | 26 #include <cstdlib> |
26 #include <cstdio> | 27 #include <cstdio> |
27 #include <limits> | 28 #include <limits> |
28 | 29 |
29 namespace json11 { | 30 namespace json11 { |