#ifndef TOLOWER_INCLUDED # define TOLOWER_INCLUDED #include <string> namespace utils {
std::string tolower(const std::string& original);
} #endif // SPLIT_INCLUDED