opnsense-ports/www/librtcdcpp/files/patch-src_Logging.cpp
Franco Fichtner 645cf05c1e */*: sync with upstream
Taken from: HardenedBSD
2020-04-09 21:05:22 +02:00

13 lines
253 B
C++

--- 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