diff options
Diffstat (limited to 'src/Controllers/ToolBase.cs')
-rw-r--r-- | src/Controllers/ToolBase.cs | 1 |
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 { |