Fixes wincolor_sink.cpp

This commit is contained in:
Gabi Melman 2023-09-29 02:04:24 +03:00 committed by GitHub
parent 8dc7ba7e3d
commit 5abca1748f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
#include "spdlog/details/windows_include.h"
#include "spdlog/pattern_formatter.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 {