ansicolor_sink.h - add missing sink include

This commit is contained in:
Alexander Dalshov 2018-09-17 11:26:40 +03:00
parent 188cff7d65
commit d48d6939c2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "spdlog/details/console_globals.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/details/os.h"
#include "spdlog/sinks/sink.h"
#include <memory>
#include <mutex>