From 5d2a6916cacdda97431c1e4c73660c3f6db615e8 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Feb 2023 15:56:29 +0100 Subject: Use libreichwein --- downtube.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'downtube.cpp') diff --git a/downtube.cpp b/downtube.cpp index 60cfcc2..11851ed 100644 --- a/downtube.cpp +++ b/downtube.cpp @@ -16,12 +16,14 @@ #include #include -#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 -- cgit v1.2.3