Skip to content

Commit bcf9add

Browse files
Update UniformUnmanagedMemoryPoolTests.Trim.cs
1 parent b158e0e commit bcf9add

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.Trim.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Licensed under the Six Labors Split License.
33

44
using System.Runtime.CompilerServices;
5+
#if NET7_0_OR_GREATER
6+
using System.Runtime.InteropServices;
7+
#endif
58
using Microsoft.DotNet.RemoteExecutor;
69
using SixLabors.ImageSharp.Memory.Internals;
710

0 commit comments

Comments
 (0)