#pragma once #include #include #include namespace period { std::chrono::nanoseconds parse(const std::string&, std::string&); }