1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-01 02:42:41 +08:00

fix wincolor_sink's common.h include

This commit is contained in:
daylanKifky 2017-11-11 15:38:08 +01:00
parent b220bbb349
commit 10772eadae

View File

@ -7,7 +7,7 @@
#include "base_sink.h"
#include "../details/null_mutex.h"
#include "common.h"
#include "../common.h"
#include <mutex>
#include <string>