From dd0d0f68c4e331eaf65953d4f21579ccef7a0d87 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 10 Dec 2022 00:25:31 +0200 Subject: [PATCH] Added compile mscv_sink.h to tests --- tests/includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/includes.h b/tests/includes.h index 16394440..100984cc 100644 --- a/tests/includes.h +++ b/tests/includes.h @@ -32,4 +32,5 @@ #include "spdlog/sinks/ostream_sink.h" #include "spdlog/sinks/rotating_file_sink.h" #include "spdlog/sinks/stdout_color_sinks.h" +#include "spdlog/sinks/msvc_sink.h" #include "spdlog/pattern_formatter.h"