blob: d45920407d2d637fdfb7c740972c62ceece09f24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/FileLogger.h.orig 2021-02-18 01:03:58 UTC
+++ src/FileLogger.h
@@ -1,6 +1,7 @@
#pragma once
#include "spdlog/spdlog.h"
+#include "spdlog/sinks/rotating_file_sink.h"
#include <QObject>
#include <QStandardPaths>
|