#pragma once #include #include namespace StringUtil { std::vector split_string(const std::string& str, char delimiter); }