From a9d0e836b5334be21598b09ac5394792586b267e Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Tue, 11 Jul 2017 22:25:54 +0100 Subject: [PATCH] fix sandbox test --- tests/ImageSharp.Sandbox46/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ImageSharp.Sandbox46/Program.cs b/tests/ImageSharp.Sandbox46/Program.cs index 6f93df16e5..b536af71fa 100644 --- a/tests/ImageSharp.Sandbox46/Program.cs +++ b/tests/ImageSharp.Sandbox46/Program.cs @@ -11,6 +11,7 @@ namespace ImageSharp.Sandbox46 using ImageSharp.Tests; using ImageSharp.Tests.Colors; using ImageSharp.Tests.PixelFormats; + using ImageSharp.Tests.Processing.Processors.Transforms; using ImageSharp.Tests.Processing.Transforms; using Xunit.Abstractions;