Instead of including util_string.h which in fact also defines some symbols from util_string.cpp include STL's string header and directly use std::string.
Instead of including util_string.h which in fact also defines some symbols from util_string.cpp include STL's string header and directly use std::string.