mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 02:21:34 +08:00
Fixed include <version>
This commit is contained in:
parent
767ef493f7
commit
82069b2455
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user