#ifndef UTILITY_H_ #define UTILITY_H_ #include #include namespace clang { std::string to_string(CXString cx_string); } #endif // UTILITY_H_