Skip to content

Commit fcc7287

Browse files
authored
Add missing usings to ArrayHelpers
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 1280138 commit fcc7287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HashifyNet/Core/Utilities/ArrayHelpers.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
// *
2929

3030
using System;
31+
using System.Collections.Generic;
32+
using System.Linq;
3133

3234
namespace HashifyNet.Core.Utilities
3335
{
@@ -111,3 +113,4 @@ public static byte[] CoerceToArray(IEnumerable<byte> hash, int bitLength)
111113
}
112114
}
113115

116+

0 commit comments

Comments
 (0)