blob: 2fc86b4e43141d4ee6e59cccee0741e96bdf432c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff -Nur autotier-1.2.0/src/incl/config.hpp autotier-1.2.0_fix/src/incl/config.hpp
--- autotier-1.2.0/src/incl/config.hpp 2021-12-07 22:06:59.000000000 +0100
+++ autotier-1.2.0_fix/src/incl/config.hpp 2025-02-09 12:27:16.095666361 +0100
@@ -24,6 +24,7 @@
#include <45d/config/ConfigParser.hpp>
#include <boost/filesystem.hpp>
#include <chrono>
+#include <list>
namespace fs = boost::filesystem;
#define DEFAULT_CONFIG_PATH "/etc/autotier.conf"
diff -Nur autotier-1.2.0/src/incl/tools.hpp autotier-1.2.0_fix/src/incl/tools.hpp
--- autotier-1.2.0/src/incl/tools.hpp 2021-12-07 22:06:59.000000000 +0100
+++ autotier-1.2.0_fix/src/incl/tools.hpp 2025-02-09 12:27:16.095851623 +0100
@@ -21,6 +21,7 @@
#include <boost/filesystem.hpp>
#include <sstream>
+#include <list>
#include <string>
#include <vector>
namespace fs = boost::filesystem;
|