Skip to content

Commit 10b698a

Browse files
committed
Add missing usings
1 parent 82a50df commit 10b698a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/GtmExtension/GtmListener.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
using System.Windows;
1717
using Process = System.Diagnostics.Process;
1818
using Task = System.Threading.Tasks.Task;
19+
#if DEBUG
20+
using System.Diagnostics;
21+
using System.IO;
22+
#endif
1923

2024
namespace GtmExtension
2125
{

0 commit comments

Comments
 (0)