From 280458b86a9560079454450c6e05ba8c2fc8c4c8 Mon Sep 17 00:00:00 2001 From: Tobias Ibounig Date: Fri, 28 Jun 2013 00:54:56 +0200 Subject: [PATCH] Added a using Somehow removed too much. --- src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs b/src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs index 3fe42610db..f3ce6cc2e4 100644 --- a/src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs +++ b/src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs @@ -10,6 +10,7 @@ using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; +using ICSharpCode.Profiler.Controller; using ICSharpCode.Profiler.Controller.Data; using ICSharpCode.Profiler.Controller.Queries;