1#pragma once 2 3#include <string> 4#include <vector> 5 6std::vector<std::string> simple_tokenize(const std::string &);