From bca5ac479de5721e354b70d627fb9654bd94bdee Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 20 May 2026 17:03:23 +0100 Subject: Switch to std::fstream and std::print for parkLogLines --- src/util.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.hpp') diff --git a/src/util.hpp b/src/util.hpp index 5cac5a3..d5e2482 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -2,6 +2,7 @@ #include #include +#include #include #include #include @@ -144,4 +145,7 @@ namespace WebStat { ValueType value; mutable MutexType mutex; }; + + std::error_code renameNoExcept( + const std::filesystem::path & path, const std::filesystem::path & finalPath) noexcept; } -- cgit v1.3