mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Fixes wincolor_sink.cpp
This commit is contained in:
parent
8dc7ba7e3d
commit
5abca1748f
@ -2,13 +2,13 @@
|
||||
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "spdlog/sinks/wincolor_sink.h"
|
||||
|
||||
#include <wincon.h>
|
||||
|
||||
#include "spdlog/common.h"
|
||||
// clang-format off
|
||||
#include "spdlog/details/windows_include.h"
|
||||
#include "spdlog/sinks/wincolor_sink.h"
|
||||
#include "spdlog/common.h"
|
||||
#include "spdlog/pattern_formatter.h"
|
||||
#include <wincon.h>
|
||||
// clang-format on
|
||||
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
|
Loading…
Reference in New Issue
Block a user