Browse Source

Fix non-windows build

pull/1108/head
James Jackson-South 6 years ago
parent
commit
3b3e6ab507
  1. 2
      tests/ImageSharp.Benchmarks/Config.cs

2
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;

Loading…
Cancel
Save