mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Fix missing include for null_mutex in rotating_file_sink.h
This commit is contained in:
parent
0cc2ff83ed
commit
67f3a83c31
@ -5,6 +5,7 @@
|
||||
|
||||
#include "spdlog/sinks/base_sink.h"
|
||||
#include "spdlog/details/file_helper.h"
|
||||
#include "spdlog/details/null_mutex.h"
|
||||
#include "spdlog/details/synchronous_factory.h"
|
||||
|
||||
#include <chrono>
|
||||
|
Loading…
Reference in New Issue
Block a user