From c456ef9118356057e2e917420c92113535b5550d Mon Sep 17 00:00:00 2001 From: bao-qian Date: Mon, 9 Nov 2015 03:59:20 +0000 Subject: [PATCH] Fix namespace bug introduced since e037e88 --- 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 5573450986..25527baefb 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 {