Unverified Commit d0b5b093 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1120 from casperevan/patch-1

Fix missing include for null_mutex in rotating_file_sink.h
parents 0cc2ff83 67f3a83c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment