#include #ifndef UTILS_HPP class Utils{ public: void input(std::string input); }; #endif