From 69204e3998833032277aed7e8a7ca74467257849 Mon Sep 17 00:00:00 2001 From: Roy van Kaathoven Date: Tue, 18 Mar 2014 17:34:54 +0100 Subject: [PATCH] add missing imports + save project changes --- Wox.Infrastructure/GlobalHotkey.cs | 1 + Wox.Infrastructure/Wox.Infrastructure.csproj | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Infrastructure/GlobalHotkey.cs b/Wox.Infrastructure/GlobalHotkey.cs index 893d7afef..be7cde76a 100644 --- a/Wox.Infrastructure/GlobalHotkey.cs +++ b/Wox.Infrastructure/GlobalHotkey.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Wox.Plugin; diff --git a/Wox.Infrastructure/Wox.Infrastructure.csproj b/Wox.Infrastructure/Wox.Infrastructure.csproj index 3e813bc9e..06326b2f7 100644 --- a/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -51,7 +51,6 @@ -