#ifndef _UTIL_H #define _UTIL_H #include #include #include std::string get_setting(std::string name, std::istream &is); #endif // _UTIL_H