#ifndef UTILS_H #define UTILS_H #include std::string trim(const std::string& str); #endif