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