From 7c9b4fcd2a15bc842a5ff0784c7eb4e352da716e Mon Sep 17 00:00:00 2001 From: Aireil <33433913+Aireil@users.noreply.github.com> Date: Sun, 21 Aug 2022 19:06:52 +0200 Subject: [PATCH] fix: missing directive (#964) --- Dalamud/Game/Internal/AntiDebug.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/Internal/AntiDebug.cs b/Dalamud/Game/Internal/AntiDebug.cs index fd7569aed..99797f4df 100644 --- a/Dalamud/Game/Internal/AntiDebug.cs +++ b/Dalamud/Game/Internal/AntiDebug.cs @@ -1,6 +1,6 @@ using System; using System.Collections.Generic; - +using Dalamud.Configuration.Internal; using Serilog; namespace Dalamud.Game.Internal