#ifndef __explode_h__ #define __explode_h__ #include #include std::vector explode( const std::string&, const std::string &); #endif