summary refs log tree commit diff
path: root/src/Logging.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-08 14:15:14 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-08 14:15:14 +0300
commitf955ec762cdf0cc72e280b927b7378762cf0d06e (patch)
treeb8de98ace6ed629881f91d2939da5de6ddc4b43c /src/Logging.cpp
parentImport appdata file from flatpak (diff)
downloadnheko-f955ec762cdf0cc72e280b927b7378762cf0d06e.tar.xz
Use archives instead of repos to fetch dependencies
Diffstat (limited to 'src/Logging.cpp')
-rw-r--r--src/Logging.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Logging.cpp b/src/Logging.cpp
index 1b2838f3..534447ea 100644
--- a/src/Logging.cpp
+++ b/src/Logging.cpp
@@ -1,7 +1,8 @@
 #include "Logging.h"
 
+#include "spdlog/sinks/rotating_file_sink.h"
+#include "spdlog/sinks/stdout_sinks.h"
 #include <iostream>
-#include <spdlog/sinks/file_sinks.h>
 
 namespace {
 std::shared_ptr<spdlog::logger> db_logger     = nullptr;