#ifndef UTILS_H #define UTILS_H #include #include namespace utils { std::vector split(const std::string &line, char sep); } #endif // UTILS_H