From 7543e179efc5e470533efdf836df4112021df8da Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 20 Oct 2021 19:23:05 +0200 Subject: [PATCH] :alembic: do not use too old compilers with C++17 --- test/src/unit-regression2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/src/unit-regression2.cpp b/test/src/unit-regression2.cpp index fa0ca3a0e..237d8e904 100644 --- a/test/src/unit-regression2.cpp +++ b/test/src/unit-regression2.cpp @@ -47,9 +47,8 @@ using ordered_json = nlohmann::ordered_json; #endif #ifdef JSON_HAS_CPP_17 -#include + #include -#ifdef JSON_HAS_CPP_17 #if defined(__cpp_lib_filesystem) #define JSON_HAS_FILESYSTEM 1 #elif defined(__cpp_lib_experimental_filesystem)