From b1ed51e72c313594fcfcb4a02cfe8d14d2f61ad0 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Thu, 7 Jan 2016 00:14:16 +0000 Subject: [PATCH] Fix missing using directive --- 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 {