mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build error
This commit is contained in:
parent
4bea50d4cf
commit
03f062ca34
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
#if !DEBUG
|
||||
using System.Windows;
|
||||
#endif
|
||||
|
||||
namespace Flow.Launcher.Plugin.SharedCommands
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue