Skip to content

Commit 850c6ab

Browse files
committed
added using statement again
Signed-off-by: Matthias Weiss <[email protected]>
1 parent f23ae6e commit 850c6ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OneMore/Commands/File/ImportCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ namespace River.OneMoreAddIn.Commands
1111
using System;
1212
using System.Drawing;
1313
using System.IO;
14-
using System.Threading;
14+
using System.Text.RegularExpressions;
15+
using System.Threading;
1516
using System.Threading.Tasks;
1617
using System.Windows.Forms;
1718
using System.Xml.Linq;

0 commit comments

Comments
 (0)