#ifndef COMMON_H_ #define COMMON_H_ #include #include std::vector split_line(const std::string& line, char delim); #endif // COMMON_H_