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]