mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Replaced include <spdlog/..> with include "spdlog/.."
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <spdlog/common.h>
|
||||
#include <spdlog/details/windows_include.h>
|
||||
#include <spdlog/pattern_formatter.h>
|
||||
#include <spdlog/sinks/wincolor_sink.h>
|
||||
#include "spdlog/common.h"
|
||||
#include "spdlog/details/windows_include.h"
|
||||
#include "spdlog/pattern_formatter.h"
|
||||
#include "spdlog/sinks/wincolor_sink.h"
|
||||
|
||||
#include <wincon.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user