--- a/src/utils.hpp +++ b/src/utils.hpp @@ -2,6 +2,7 @@ #define _UTILS_HPP_ #include +#include using std::string; extern bool stdio_getline(FILE *in, string &str);