Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit df3c619

Browse files
Fix missing namespace.
1 parent f4c5a49 commit df3c619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/SuppressGCTransitionAttribute.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
using System;
6+
57
namespace Internal.Runtime.InteropServices
68
{
79
/// <summary>

0 commit comments

Comments
 (0)