summaryrefslogtreecommitdiffhomepage
path: root/downtube.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-12 15:56:29 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-12 15:56:29 +0100
commit5d2a6916cacdda97431c1e4c73660c3f6db615e8 (patch)
tree3ac3398ea983cdf1d046cbc4fe64c3f7f2bea9d3 /downtube.cpp
parente724452c00a56d0579ea685f90da6200993de5e0 (diff)
Use libreichweinHEADmaster
Diffstat (limited to 'downtube.cpp')
-rw-r--r--downtube.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/downtube.cpp b/downtube.cpp
index 60cfcc2..11851ed 100644
--- a/downtube.cpp
+++ b/downtube.cpp
@@ -16,12 +16,14 @@
#include <boost/algorithm/string/trim.hpp>
#include <boost/property_tree/xml_parser.hpp>
-#include "file.h"
+#include "libreichwein/file.h"
namespace pt = boost::property_tree;
using namespace std::string_literals;
namespace fs = std::filesystem;
+using namespace Reichwein;
+
namespace {
class TempDir