Fix for abilities using the wrong json.hpp
This commit is contained in:
parent
125db3bc5c
commit
045e863fc3
|
@ -1,5 +1,5 @@
|
|||
#include "BuildAbilities.hpp"
|
||||
#include "../../extern/json.hpp"
|
||||
#include "json.hpp"
|
||||
using json = nlohmann::json;
|
||||
|
||||
#define GET(o, objectKey, key) \
|
||||
|
|
Loading…
Reference in New Issue