Commit d9c968fc authored by captainwong's avatar captainwong

update base_sink.h

parent de8a7fb8
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
// all locking is taken care of here so no locking needed by the implementers.. // all locking is taken care of here so no locking needed by the implementers..
// //
#include "spdlog/sinks/sink.h" #include "sink.h"
#include "spdlog/formatter.h" #include "../formatter.h"
#include "spdlog/common.h" #include "../common.h"
#include "spdlog/details/log_msg.h" #include "../details/log_msg.h"
#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