1 2 3 4 5 6 7 8 9 10 11 12 13
--- src/Logging.cpp.orig 2020-04-10 01:02:36 UTC +++ src/Logging.cpp @@ -27,6 +27,10 @@ #include "rtcdcpp/Logging.hpp" +#ifndef SPDLOG_DISABLED +#include <spdlog/sinks/stdout_color_sinks.h> +#endif + namespace rtcdcpp { #ifndef SPDLOG_DISABLED