We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b158e0e commit bcf9addCopy full SHA for bcf9add
tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.Trim.cs
@@ -2,6 +2,9 @@
2
// Licensed under the Six Labors Split License.
3
4
using System.Runtime.CompilerServices;
5
+#if NET7_0_OR_GREATER
6
+using System.Runtime.InteropServices;
7
+#endif
8
using Microsoft.DotNet.RemoteExecutor;
9
using SixLabors.ImageSharp.Memory.Internals;
10
0 commit comments