Merge pull request #1120 from casperevan/patch-1

Fix missing include for null_mutex in rotating_file_sink.h
pull/1122/head
Gabi Melman 6 years ago committed by GitHub
commit d0b5b09318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save