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)
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#include "spdlog/sinks/wincolor_sink.h"
|
// clang-format off
|
||||||
|
#include "spdlog/details/windows_include.h"
|
||||||
#include <wincon.h>
|
#include "spdlog/sinks/wincolor_sink.h"
|
||||||
|
#include "spdlog/common.h"
|
||||||
#include "spdlog/common.h"
|
#include "spdlog/pattern_formatter.h"
|
||||||
#include "spdlog/details/windows_include.h"
|
#include <wincon.h>
|
||||||
#include "spdlog/pattern_formatter.h"
|
// clang-format on
|
||||||
|
|
||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace sinks {
|
namespace sinks {
|
||||||
|
Loading…
Reference in New Issue
Block a user