diff options
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 |