Browse Source

Added a using

Somehow removed too much.
pull/45/head
Tobias Ibounig 12 years ago
parent
commit
280458b86a
  1. 1
      src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs

1
src/AddIns/Analysis/Profiler/Frontend/Controls/QueryView.xaml.cs

@ -10,6 +10,7 @@ using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using System.Windows.Documents; using System.Windows.Documents;
using System.Windows.Input; using System.Windows.Input;
using ICSharpCode.Profiler.Controller;
using ICSharpCode.Profiler.Controller.Data; using ICSharpCode.Profiler.Controller.Data;
using ICSharpCode.Profiler.Controller.Queries; using ICSharpCode.Profiler.Controller.Queries;

Loading…
Cancel
Save