From c542ef54575a6f2f627bcd5f583dd35fb4503e47 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 29 Sep 2023 00:33:48 +0300 Subject: [PATCH] Added msvc include test --- tests/test_include_sinks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_include_sinks.cpp b/tests/test_include_sinks.cpp index 2845d759..90fce7c7 100644 --- a/tests/test_include_sinks.cpp +++ b/tests/test_include_sinks.cpp @@ -22,4 +22,5 @@ #ifdef _WIN32 #include "spdlog/sinks/win_eventlog_sink.h" #include "spdlog/sinks/wincolor_sink.h" + #includ "spdlog/sinks/msvc_sink.h" #endif