summarylogtreecommitdiffstats
path: root/arch-linux-compat.diff
blob: 0bcb72572de0295d82e25db67c079e52ac0266cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/app/play/play_core/include/ecal_play_logger.h b/app/play/play_core/include/ecal_play_logger.h
index 2541ce3..4802d54 100644
--- a/app/play/play_core/include/ecal_play_logger.h
+++ b/app/play/play_core/include/ecal_play_logger.h
@@ -21,6 +21,8 @@
 
 #include <string>
 #include <spdlog/fmt/ostr.h>
+#include <spdlog/sinks/stdout_sinks.h>
+#include <spdlog/sinks/rotating_file_sink.h>
 #include <spdlog/spdlog.h>
 #include <iostream>
 
diff --git a/app/rec/rec_core/include/rec_core/ecal_rec_logger.h b/app/rec/rec_core/include/rec_core/ecal_rec_logger.h
index 3b7aa62..138538c 100644
--- a/app/rec/rec_core/include/rec_core/ecal_rec_logger.h
+++ b/app/rec/rec_core/include/rec_core/ecal_rec_logger.h
@@ -21,6 +21,8 @@
 
 #include <string>
 #include <spdlog/fmt/ostr.h>
+#include <spdlog/sinks/stdout_sinks.h>
+#include <spdlog/sinks/rotating_file_sink.h>
 #include <spdlog/spdlog.h>
 #include <iostream>