From f955ec762cdf0cc72e280b927b7378762cf0d06e Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 8 Aug 2018 14:15:14 +0300 Subject: Use archives instead of repos to fetch dependencies --- src/Logging.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -#include namespace { std::shared_ptr db_logger = nullptr; -- cgit 1.5.1