#ifndef TOOLS_UTIL_NAMING_H_ #define TOOLS_UTIL_NAMING_H_ #include std::string GetLetterName(std::string key, bool double_); #endif /* TOOLS_UTIL_NAMING_H_ */