1--- a/src/utils.hpp 2+++ b/src/utils.hpp 3@@ -2,6 +2,7 @@ 4 #define _UTILS_HPP_ 5 6 #include <string> 7+#include <cstdlib> 8 using std::string; 9 10 extern bool stdio_getline(FILE *in, string &str);