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:02:30 +0200 |
commit | e2953c89344991846909a558ac0b3367cff3babf (patch) | |
tree | b392686104d7c8afde1069c7d91ad5969d53f56e | |
parent | 349ae5314df967236c2676f3439d69147a5b6e49 (diff) | |
download | xamarin-forms-e2953c89344991846909a558ac0b3367cff3babf.tar.gz xamarin-forms-e2953c89344991846909a558ac0b3367cff3babf.tar.bz2 xamarin-forms-e2953c89344991846909a558ac0b3367cff3babf.zip |
[Xaml] fix build
-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 { |