diff options
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT/NativeEventWrapper.cs')
-rw-r--r-- | Xamarin.Forms.Platform.WinRT/NativeEventWrapper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/NativeEventWrapper.cs b/Xamarin.Forms.Platform.WinRT/NativeEventWrapper.cs index e28ca0eb..d810d79a 100644 --- a/Xamarin.Forms.Platform.WinRT/NativeEventWrapper.cs +++ b/Xamarin.Forms.Platform.WinRT/NativeEventWrapper.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Reflection; using System.Runtime.InteropServices.WindowsRuntime; using Windows.UI.Xaml; +using Xamarin.Forms.Internals; #if WINDOWS_UWP namespace Xamarin.Forms.Platform.UWP |