Skip to content

Commit 2ac8364

Browse files
author
LoneWandererProductions
committed
fix stupid bug
1 parent 39ab94c commit 2ac8364

4 files changed

Lines changed: 3 additions & 1 deletion

File tree

ExtendedSystemObjects/ExtendedDictionary.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ namespace ExtendedSystemObjects
2222
/// The dictionary extensions class.
2323
/// </summary>
2424
public static class DictionaryExtensions
25-
2625
{
2726
/// <summary>
2827
/// Adds the specified key to the Value, that is a list.

ExtendedSystemObjects/IntArray.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
using System.Collections.Generic;
1414
using System.Runtime.CompilerServices;
1515
using System.Runtime.InteropServices;
16+
using ExtendedSystemObjects.Helper;
1617
using ExtendedSystemObjects.Interfaces;
1718

1819
namespace ExtendedSystemObjects

ExtendedSystemObjects/IntList.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using System.Collections;
1616
using System.Collections.Generic;
1717
using System.Runtime.InteropServices;
18+
using ExtendedSystemObjects.Helper;
1819
using ExtendedSystemObjects.Interfaces;
1920

2021
namespace ExtendedSystemObjects

ExtendedSystemObjects/UnmanagedArray.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
using System.Collections;
1515
using System.Collections.Generic;
1616
using System.Runtime.InteropServices;
17+
using ExtendedSystemObjects.Helper;
1718
using ExtendedSystemObjects.Interfaces;
1819

1920
namespace ExtendedSystemObjects

0 commit comments

Comments
 (0)