Include fstream in BuildAbilities.cpp for Windows

This commit is contained in:
Deukhoofd 2021-11-20 10:05:16 +01:00
parent 045e863fc3
commit fe6d13eb7e
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 0 deletions

View File

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