Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Cmd/Program.cs')
-rw-r--r--UVtools.Cmd/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.Cmd/Program.cs b/UVtools.Cmd/Program.cs
index b1224f7..15cbff0 100644
--- a/UVtools.Cmd/Program.cs
+++ b/UVtools.Cmd/Program.cs
@@ -10,6 +10,7 @@ using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using UVtools.Core;
+using UVtools.Core.FileFormats;
namespace UVtools.Cmd
{