Skip to content

Commit c0d3076

Browse files
authored
Restore missing Linq namespace to fix build
1 parent 17d370a commit c0d3076

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

System/Base62.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#endregion
2525

2626
#nullable enable
27+
using System.Linq;
2728
using System.Numerics;
2829
using System.Text;
2930

0 commit comments

Comments
 (0)