From 0c98fdba0b01fabfe87ca148bdca3576a145c2be Mon Sep 17 00:00:00 2001 From: Fraser Greenroyd Date: Fri, 19 May 2023 16:13:36 +0100 Subject: [PATCH] Make compile against BHoM_Engine change of InputExposure file location --- BHoM_UI/Caller/SetInputs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BHoM_UI/Caller/SetInputs.cs b/BHoM_UI/Caller/SetInputs.cs index eef0b7a..c15d1ce 100644 --- a/BHoM_UI/Caller/SetInputs.cs +++ b/BHoM_UI/Caller/SetInputs.cs @@ -34,6 +34,7 @@ using BH.Engine.UI; using BH.oM.Base.Attributes; using BH.oM.Base.Attributes.Enums; +using BH.Engine.Base; namespace BH.UI.Base {