diff options
Diffstat (limited to 'Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs')
-rw-r--r-- | Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs b/Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs index b7e98bae..efee571d 100644 --- a/Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs +++ b/Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs @@ -4,6 +4,7 @@ using System.Linq; using Android.Content; using Android.Support.V4.View; using Android.Views; +using Xamarin.Forms.Internals; using Object = Java.Lang.Object; namespace Xamarin.Forms.Platform.Android |