Skip to content

Commit a730190

Browse files
committed
fix: add explicit namespace usings to resolve compile errors
1 parent 86e082f commit a730190

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Intersect.Server/Web/Controllers/AvatarController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
using Microsoft.AspNetCore.Authorization;
66
using Microsoft.AspNetCore.Mvc;
77
using Microsoft.AspNetCore.OutputCaching;
8+
using SixLabors.ImageSharp;
89
using SixLabors.ImageSharp.Formats;
10+
using SixLabors.ImageSharp.Processing;
911

1012
namespace Intersect.Server.Web.Controllers;
1113

0 commit comments

Comments
 (0)