#pragma once #include #include namespace utils { std::string to_string(const std::time_t& timestamp); }