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/Forms/FrmSettings.cs')
-rw-r--r--UVtools.GUI/Forms/FrmSettings.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.GUI/Forms/FrmSettings.cs b/UVtools.GUI/Forms/FrmSettings.cs
index e2b4d1b..b385aba 100644
--- a/UVtools.GUI/Forms/FrmSettings.cs
+++ b/UVtools.GUI/Forms/FrmSettings.cs
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using UVtools.Core;
+using UVtools.Core.FileFormats;
using UVtools.GUI.Properties;
namespace UVtools.GUI.Forms