#ifndef UTILS_HPP # define UTILS_HPP # include # include # include std::vector split(std::string input, char delimiter); char* itoa(int n); #endif