diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-12 15:56:29 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-12 15:56:29 +0100 |
commit | 5d2a6916cacdda97431c1e4c73660c3f6db615e8 (patch) | |
tree | 3ac3398ea983cdf1d046cbc4fe64c3f7f2bea9d3 /downtube.cpp | |
parent | e724452c00a56d0579ea685f90da6200993de5e0 (diff) |
Diffstat (limited to 'downtube.cpp')
-rw-r--r-- | downtube.cpp | 4 |
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 |