diff options
author | Stephane Delcroix <stephane@delcroix.org> | 2016-09-23 16:00:49 +0200 |
---|---|---|
committer | Stephane Delcroix <stephane@delcroix.org> | 2016-09-23 16:00:49 +0200 |
commit | d06643ed1366ae68467846e777df8d2261eeb793 (patch) | |
tree | 35b707702da7b1bb9fd869fdffa8ddcb1e509dc1 /Xamarin.Forms.Xaml.UnitTests | |
parent | 78047aef5435c4f12815cb5454bbba77c500890e (diff) | |
download | xamarin-forms-d06643ed1366ae68467846e777df8d2261eeb793.tar.gz xamarin-forms-d06643ed1366ae68467846e777df8d2261eeb793.tar.bz2 xamarin-forms-d06643ed1366ae68467846e777df8d2261eeb793.zip |
[Xaml] fix build
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests')
-rw-r--r-- | Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml.cs b/Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml.cs index 6d9dad6e..d53a51c2 100644 --- a/Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml.cs +++ b/Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using Xamarin.Forms; using NUnit.Framework; +using Xamarin.Forms.Core.UnitTests; namespace Xamarin.Forms.Xaml.UnitTests { |