Commit d5aa8db3 authored by Tamas Florin's avatar Tamas Florin

Add missing os include for rotating_file_sink.

parent 071206ef
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <spdlog/details/file_helper.h> #include <spdlog/details/file_helper.h>
#include <spdlog/details/null_mutex.h> #include <spdlog/details/null_mutex.h>
#include <spdlog/details/synchronous_factory.h> #include <spdlog/details/synchronous_factory.h>
#include <spdlog/details/os.h>
#include <chrono> #include <chrono>
#include <mutex> #include <mutex>
......
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