summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/ResourcesProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/ResourcesProvider.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/ResourcesProvider.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/ResourcesProvider.cs b/Xamarin.Forms.Platform.iOS/ResourcesProvider.cs
index f02655a0..0bccc603 100644
--- a/Xamarin.Forms.Platform.iOS/ResourcesProvider.cs
+++ b/Xamarin.Forms.Platform.iOS/ResourcesProvider.cs
@@ -1,9 +1,12 @@
#if __MOBILE__
using UIKit;
+using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Platform.iOS
#else
+using Xamarin.Forms.Internals;
+
namespace Xamarin.Forms.Platform.MacOS
#endif
{