Browse Source

Update UniformUnmanagedMemoryPoolTests.Trim.cs

pull/2341/head
James Jackson-South 3 years ago
parent
commit
bcf9add4f0
  1. 3
      tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.Trim.cs

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

@ -2,6 +2,9 @@
// Licensed under the Six Labors Split License.
using System.Runtime.CompilerServices;
#if NET7_0_OR_GREATER
using System.Runtime.InteropServices;
#endif
using Microsoft.DotNet.RemoteExecutor;
using SixLabors.ImageSharp.Memory.Internals;

Loading…
Cancel
Save