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