@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/fmt_helper.h"
#include "spdlog/details/console_globals.h"
#include "spdlog/details/file_helper.h"
#include "base_sink.h"
#if defined(_WIN32)
#include "spdlog/details/null_mutex.h"
#ifdef _WIN32
#include "spdlog/sinks/base_sink.h"
#include "spdlog/common.h"