summary refs log tree commit diff
path: root/src/Logging.cpp
diff options
context:
space:
mode:
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;