aboutsummaryrefslogtreecommitdiff
path: root/src/Controllers
diff options
context:
space:
mode:
Diffstat (limited to 'src/Controllers')
-rw-r--r--src/Controllers/RibbonController.cs1
-rw-r--r--src/Controllers/ToolBase.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Controllers/RibbonController.cs b/src/Controllers/RibbonController.cs
index 87c62e1..1175e91 100644
--- a/src/Controllers/RibbonController.cs
+++ b/src/Controllers/RibbonController.cs
@@ -1,5 +1,6 @@
using ExcelDna.Integration.CustomUI;
using Microsoft.Office.Interop.Excel;
+using RhSolutions.AddIn;
using RhSolutions.Services;
using System;
using System.IO;
diff --git a/src/Controllers/ToolBase.cs b/src/Controllers/ToolBase.cs
index 87eb9d9..72f480e 100644
--- a/src/Controllers/ToolBase.cs
+++ b/src/Controllers/ToolBase.cs
@@ -1,4 +1,5 @@
using Microsoft.Office.Interop.Excel;
+using RhSolutions.AddIn;
using RhSolutions.Models;
using RhSolutions.Services;
using System;