From 76d841a512e92b832b238cb4c15f76bb4d2e6a88 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 16 Feb 2024 15:42:18 +0200 Subject: [PATCH] chore: Adjust for UWP build --- .../UI/Xaml/Internal/InputManager.Pointers.Composition.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Uno.UI/UI/Xaml/Internal/InputManager.Pointers.Composition.cs b/src/Uno.UI/UI/Xaml/Internal/InputManager.Pointers.Composition.cs index f48942a802d5..4d8c026caabe 100644 --- a/src/Uno.UI/UI/Xaml/Internal/InputManager.Pointers.Composition.cs +++ b/src/Uno.UI/UI/Xaml/Internal/InputManager.Pointers.Composition.cs @@ -14,6 +14,10 @@ using Windows.UI.Core; using Windows.UI.Input.Preview.Injection; +#if !HAS_UNO_WINUI +using Windows.UI.Input; +#endif + namespace Uno.UI.Xaml.Core; partial class InputManager