diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-08 14:15:14 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-08 14:15:14 +0300 |
commit | f955ec762cdf0cc72e280b927b7378762cf0d06e (patch) | |
tree | b8de98ace6ed629881f91d2939da5de6ddc4b43c /src/Logging.cpp | |
parent | Import appdata file from flatpak (diff) | |
download | nheko-f955ec762cdf0cc72e280b927b7378762cf0d06e.tar.xz |
Use archives instead of repos to fetch dependencies
Diffstat (limited to 'src/Logging.cpp')
-rw-r--r-- | src/Logging.cpp | 3 |
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; |