Include fstream in BuildAbilities.cpp for Windows
This commit is contained in:
parent
045e863fc3
commit
fe6d13eb7e
|
@ -1,5 +1,7 @@
|
|||
#include "BuildAbilities.hpp"
|
||||
#include "json.hpp"
|
||||
#include <fstream>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
#define GET(o, objectKey, key) \
|
||||
|
|
Loading…
Reference in New Issue