#ifndef UTIL_H #define UTIL_H #include #include std::string intToString(int theInt); #endif