Skip to content

Commit 9247bae

Browse files
committed
Adding missing "using" (don't ask! I don't know how it happened!)
1 parent 1c0c2e0 commit 9247bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/ModuleManager/Tags/TagListParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using ModuleManager.Progress;
4+
using ModuleManager.Extensions;
45

56
namespace ModuleManager.Tags
67
{

0 commit comments

Comments
 (0)