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/FrmInputBox.cs')
-rw-r--r--UVtools.GUI/Forms/FrmInputBox.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.GUI/Forms/FrmInputBox.cs b/UVtools.GUI/Forms/FrmInputBox.cs
index 7d014dc..83328ed 100644
--- a/UVtools.GUI/Forms/FrmInputBox.cs
+++ b/UVtools.GUI/Forms/FrmInputBox.cs
@@ -10,6 +10,7 @@ using System;
using System.Globalization;
using System.Windows.Forms;
using UVtools.Core;
+using UVtools.Core.FileFormats;
namespace UVtools.GUI.Forms
{