summaryrefslogtreecommitdiff
path: root/www/librtcdcpp/files/patch-src_Logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/librtcdcpp/files/patch-src_Logging.cpp')
-rw-r--r--www/librtcdcpp/files/patch-src_Logging.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/librtcdcpp/files/patch-src_Logging.cpp b/www/librtcdcpp/files/patch-src_Logging.cpp
new file mode 100644
index 000000000000..f40aafa46401
--- /dev/null
+++ b/www/librtcdcpp/files/patch-src_Logging.cpp
@@ -0,0 +1,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