summaryrefslogtreecommitdiff
path: root/www/librtcdcpp/files/patch-src_Logging.cpp
blob: f40aafa4640157515f309b1eba914a52c4106eeb (plain) (blame)
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