Fix for abilities using the wrong json.hpp

This commit is contained in:
Deukhoofd 2021-11-20 09:57:10 +01:00
parent 125db3bc5c
commit 045e863fc3
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

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