Skip to content

Commit 03f062c

Browse files
Fix build error
1 parent 4bea50d commit 03f062c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using System;
22
using System.Diagnostics;
33
using System.IO;
4+
#if !DEBUG
5+
using System.Windows;
6+
#endif
47

58
namespace Flow.Launcher.Plugin.SharedCommands
69
{

0 commit comments

Comments
 (0)