Include fstream in BuildAbilities.cpp for Windows

This commit is contained in:
2021-11-20 10:05:16 +01:00
parent 045e863fc3
commit fe6d13eb7e

View File

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