#pragma once #include namespace utils { std::string tolower(const std::string& original); }