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