Compare commits

..

1 Commits

Author SHA1 Message Date
fe6d13eb7e Include fstream in BuildAbilities.cpp for Windows 2021-11-20 10:05:16 +01:00

View File

@@ -1,5 +1,7 @@
#include "BuildAbilities.hpp"
#include "json.hpp"
#include <fstream>
using json = nlohmann::json;
#define GET(o, objectKey, key) \