include <string> in makerlsfile

This commit is contained in:
Matthias Hochsteger 2021-04-30 11:25:31 +02:00
parent 1e717f009b
commit 7bce1240d7

View File

@ -1,6 +1,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <string>
using namespace std; using namespace std;