aboutsummaryrefslogtreecommitdiff
path: root/filesystems/lizardfs/files/patch-src_common_slogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/lizardfs/files/patch-src_common_slogger.h')
-rw-r--r--filesystems/lizardfs/files/patch-src_common_slogger.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/lizardfs/files/patch-src_common_slogger.h b/filesystems/lizardfs/files/patch-src_common_slogger.h
new file mode 100644
index 000000000000..2d5a7367b467
--- /dev/null
+++ b/filesystems/lizardfs/files/patch-src_common_slogger.h
@@ -0,0 +1,12 @@
+--- src/common/slogger.h.orig 2017-12-20 09:59:37 UTC
++++ src/common/slogger.h
+@@ -27,6 +27,9 @@
+ #endif
+ #include "common/small_vector.h"
+ #include "spdlog/spdlog.h"
++#include "spdlog/sinks/syslog_sink.h"
++#include "spdlog/sinks/stdout_color_sinks.h"
++#include "spdlog/sinks/rotating_file_sink.h"
+
+ typedef std::shared_ptr<spdlog::logger> LoggerPtr;
+