⚗️ use proper header for filesystem
This commit is contained in:
parent
930e2cf418
commit
5cd67e7d23
@ -69,6 +69,7 @@ using ordered_json = nlohmann::ordered_json;
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef JSON_STD_FILESYSTEM_EXPERIMENTAL
|
||||||
#if JSON_STD_FILESYSTEM_EXPERIMENTAL
|
#if JSON_STD_FILESYSTEM_EXPERIMENTAL
|
||||||
#include <experimental/filesystem>
|
#include <experimental/filesystem>
|
||||||
namespace nlohmann::detail
|
namespace nlohmann::detail
|
||||||
@ -83,6 +84,7 @@ namespace std_fs = std::filesystem;
|
|||||||
} // namespace nlohmann::detail
|
} // namespace nlohmann::detail
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef JSON_HAS_CPP_20
|
#ifdef JSON_HAS_CPP_20
|
||||||
#include <span>
|
#include <span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user