Skip to content

Commit 7c49794

Browse files
committed
Added missing using for docs
1 parent ed3f443 commit 7c49794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ImageSharp.Web/Resampler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
33

4+
using SixLabors.ImageSharp.Processing;
5+
46
namespace SixLabors.ImageSharp.Web;
57

68
/// <summary>

0 commit comments

Comments
 (0)