From b66f685f48c564fad73370522fdf24a3828e721c Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 17 Nov 2024 11:11:42 +0100 Subject: [PATCH] :white_check_mark: add test for #4440 --- tests/src/unit-regression2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/unit-regression2.cpp b/tests/src/unit-regression2.cpp index e2275e7e8..93b2ca1d2 100644 --- a/tests/src/unit-regression2.cpp +++ b/tests/src/unit-regression2.cpp @@ -43,7 +43,7 @@ using ordered_json = nlohmann::ordered_json; #endif // for #4440 -#if JSON_HAS_RANGES +#ifdef JSON_HAS_RANGES #include #endif