#ifndef COMMON_H #define COMMON_H #include #include void super_split(const std::string& s, std::vector& v, const std::string& c); #endif