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