From c3e4a08b007a00ac848f89d6a10b580bc1997032 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 6 Jan 2016 19:07:33 +0000 Subject: [PATCH] Fix using for Release build --- 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 77b99fa48b..92f84cfaa2 100644 --- a/Wox.Infrastructure/Logger/Log.cs +++ b/Wox.Infrastructure/Logger/Log.cs @@ -1,4 +1,5 @@ using NLog; +using Wox.Infrastructure.Exception; namespace Wox.Infrastructure.Logger {