Although not technically necessary, cstdlib should be included anyway

This commit is contained in:
Jacob 2023-08-17 09:39:35 +02:00
parent ac4235f14b
commit 8559e0ae88

View file

@ -10,6 +10,7 @@
#include <string> #include <string>
#include <fstream> #include <fstream>
#include <regex> #include <regex>
#include <cstdlib>
#include <tag.h> #include <tag.h>
#include <fileref.h> #include <fileref.h>