Skip to content

Commit bdc50a5

Browse files
committed
Added missing using
1 parent 12eb5a4 commit bdc50a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ImageSharp.Web/Middleware/ImageSharpMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using Microsoft.Extensions.Options;
1010
using Microsoft.IO;
1111
using SixLabors.ImageSharp.Formats;
12+
using SixLabors.ImageSharp.PixelFormats;
1213
using SixLabors.ImageSharp.Web.Caching;
1314
using SixLabors.ImageSharp.Web.Commands;
1415
using SixLabors.ImageSharp.Web.Processors;

0 commit comments

Comments
 (0)