add test for #4440

This commit is contained in:
Niels Lohmann 2024-11-17 11:11:42 +01:00
parent 9a45e6ab77
commit b66f685f48
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -43,7 +43,7 @@ using ordered_json = nlohmann::ordered_json;
#endif
// for #4440
#if JSON_HAS_RANGES
#ifdef JSON_HAS_RANGES
#include <ranges>
#endif