From c07780c5ffb937cf6f4dcf5c5b8d0c3e1029d949 Mon Sep 17 00:00:00 2001 From: Aireil <33433913+Aireil@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:25:56 +0200 Subject: [PATCH] fix: add using back to AntiDebug (#908) --- Dalamud/Game/Internal/AntiDebug.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Game/Internal/AntiDebug.cs b/Dalamud/Game/Internal/AntiDebug.cs index fd7569aed..aaecfe4b1 100644 --- a/Dalamud/Game/Internal/AntiDebug.cs +++ b/Dalamud/Game/Internal/AntiDebug.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; +using Dalamud.Configuration.Internal; using Serilog; namespace Dalamud.Game.Internal