diff --git a/src/sinks/wincolor_sink.cpp b/src/sinks/wincolor_sink.cpp index d56cbd88..922d2ba1 100644 --- a/src/sinks/wincolor_sink.cpp +++ b/src/sinks/wincolor_sink.cpp @@ -173,4 +173,12 @@ template } // namespace sinks } // namespace spdlog + +// template instantiations +template SPDLOG_API class spdlog::sinks::wincolor_stdout_sink; +template SPDLOG_API class spdlog::sinks::wincolor_stdout_sink; + +template SPDLOG_API class spdlog::sinks::wincolor_stderr_sink; +template SPDLOG_API class spdlog::sinks::wincolor_stderr_sink; + #endif // _WIN32 \ No newline at end of file