1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-31 02:12:40 +08:00

Fixed include <version>

This commit is contained in:
gabime 2023-09-16 01:31:40 +03:00
parent 767ef493f7
commit 82069b2455

View File

@ -16,7 +16,10 @@
#include <functional>
#include <cstdio>
#include <cstdint>
#if __has_include(<version>)
#include <version>
#endif
#if __cpp_lib_source_location >= 201907
# include <source_location>