aboutsummaryrefslogtreecommitdiff
path: root/src/Controllers/CombineTool.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Controllers/CombineTool.cs')
-rw-r--r--src/Controllers/CombineTool.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Controllers/CombineTool.cs b/src/Controllers/CombineTool.cs
index 75c0f51..4d84d44 100644
--- a/src/Controllers/CombineTool.cs
+++ b/src/Controllers/CombineTool.cs
@@ -4,6 +4,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using Dialog = RhSolutions.Models.Dialog;
+using Range = Microsoft.Office.Interop.Excel.Range;
namespace RhSolutions.Controllers
{