Skip to content

Commit df4736a

Browse files
committed
fix arm32 build
1 parent 18762dd commit df4736a

File tree

1 file changed

+1
-0
lines changed
  • src/coreclr/nativeaot/System.Private.CoreLib/src/System/Threading

1 file changed

+1
-0
lines changed

src/coreclr/nativeaot/System.Private.CoreLib/src/System/Threading/Interlocked.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
using System.Diagnostics;
45
using System.Diagnostics.CodeAnalysis;
56
using System.Runtime;
67
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)