From aff1e160b4f437f372a0698270e84d93378eae15 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 27 Apr 2016 23:00:59 +0100 Subject: [PATCH] fixup --- Wox.Infrastructure/Logger/Log.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wox.Infrastructure/Logger/Log.cs b/Wox.Infrastructure/Logger/Log.cs index 4de1aead81..ef11598688 100644 --- a/Wox.Infrastructure/Logger/Log.cs +++ b/Wox.Infrastructure/Logger/Log.cs @@ -3,6 +3,7 @@ using System.IO; using NLog; using NLog.Config; using NLog.Targets; +using Wox.Infrastructure.Exception; namespace Wox.Infrastructure.Logger {