From 3715aa681ff80a5f74a226405d8c7a3f6b33c3c3 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 30 Sep 2024 09:45:15 -0400 Subject: [PATCH] fix: Fix WIndows build --- .../Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs index e90874f223c8..31b77d990845 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs @@ -9,6 +9,10 @@ using Uno.Extensions; using Uno.UI.RuntimeTests.Helpers; +#if WINAPPSDK +using Uno.UI.Toolkit.Extensions; +#endif + namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Input { [TestClass]