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/FrmAbout.cs')
-rw-r--r--UVtools.GUI/Forms/FrmAbout.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.GUI/Forms/FrmAbout.cs b/UVtools.GUI/Forms/FrmAbout.cs
index baeebdc..846dba8 100644
--- a/UVtools.GUI/Forms/FrmAbout.cs
+++ b/UVtools.GUI/Forms/FrmAbout.cs
@@ -11,6 +11,7 @@ using System.Linq;
using System.Reflection;
using System.Windows.Forms;
using UVtools.Core;
+using UVtools.Core.FileFormats;
namespace UVtools.GUI.Forms
{