From 045e863fc38abacc77c33e4082c88bd536eede8a Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 20 Nov 2021 09:57:10 +0100 Subject: [PATCH] Fix for abilities using the wrong json.hpp --- BuildAbilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildAbilities.cpp b/BuildAbilities.cpp index 865b5fc..61a44b0 100644 --- a/BuildAbilities.cpp +++ b/BuildAbilities.cpp @@ -1,5 +1,5 @@ #include "BuildAbilities.hpp" -#include "../../extern/json.hpp" +#include "json.hpp" using json = nlohmann::json; #define GET(o, objectKey, key) \