From d8164d3b040ec374b6ba9e0866ba0f9c57697f44 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 6 Feb 2020 23:47:06 +1100 Subject: [PATCH] Fix non-windows build --- tests/ImageSharp.Benchmarks/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Benchmarks/Config.cs b/tests/ImageSharp.Benchmarks/Config.cs index 6a0aea0ac3..fd0b213b39 100644 --- a/tests/ImageSharp.Benchmarks/Config.cs +++ b/tests/ImageSharp.Benchmarks/Config.cs @@ -3,10 +3,10 @@ #if Windows_NT using System.Security.Principal; +using BenchmarkDotNet.Diagnostics.Windows; #endif using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; -using BenchmarkDotNet.Diagnostics.Windows; using BenchmarkDotNet.Environments; using BenchmarkDotNet.Jobs;