From e2b07afc778bf36c1a65f6151a01e57ebf66afe6 Mon Sep 17 00:00:00 2001 From: haritabh-z01 Date: Thu, 11 Dec 2025 23:37:02 +0530 Subject: [PATCH] fix: windows native helper missing directive --- .../windows-helper/src/Services/UIAutomationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs b/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs index 1e6f974..4e5440c 100644 --- a/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs +++ b/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation; +using System.Windows.Automation.Text; using System.Windows.Forms; using WindowsHelper.Models;