Merge pull request #837 from myrgy/missing_include_ansicolor_sing

ansicolor_sink.h - add missing sink include
This commit is contained in:
Gabi Melman 2018-09-17 12:50:17 +03:00 committed by GitHub
commit f4ac67ae1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>