summaryrefslogtreecommitdiff
blob: 831bb53671d4809e40d7216abd7365c5948fd0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/parser.cpp
+++ src/parser.cpp
@@ -23,6 +23,8 @@
 #include <iostream>
 #include <fstream>
 #include <string>
+#include <cstring>
+#include <cstdlib>
 #include "parser.h"
 
 using namespace std;