From b47fe944d12705ff0bd073588153b4552302e39e Mon Sep 17 00:00:00 2001 From: Martin Benjamins Date: Sat, 31 Aug 2024 13:29:29 +0200 Subject: [PATCH] Fix build --- Controllers/NamingController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/NamingController.cs b/Controllers/NamingController.cs index a7dd6d2..dabed6c 100644 --- a/Controllers/NamingController.cs +++ b/Controllers/NamingController.cs @@ -1,4 +1,5 @@ using Microsoft.AspNetCore.Mvc; +using Newtonsoft.Json; using wow.tools.local.Services; using wow.tools.Services; using WoWFormatLib.FileReaders;