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.GUI/Program.cs')
-rw-r--r--UVtools.GUI/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.GUI/Program.cs b/UVtools.GUI/Program.cs
index 675c1fa..45ebbf6 100644
--- a/UVtools.GUI/Program.cs
+++ b/UVtools.GUI/Program.cs
@@ -14,6 +14,7 @@ using System.Windows.Forms;
using ApplicationManagement;
using Emgu.CV;
using UVtools.Core;
+using UVtools.Core.FileFormats;
using UVtools.GUI.Forms;
namespace UVtools.GUI