From 9bda0a4088d413ba906ae5ec204bc3651d564296 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Mon, 6 Jan 2020 18:36:16 +0100 Subject: [PATCH] Update GeoApiProjection.cs Fixed UWP build --- MapProjections/Shared/GeoApiProjection.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MapProjections/Shared/GeoApiProjection.cs b/MapProjections/Shared/GeoApiProjection.cs index 3d4bd867..08cd0a7d 100644 --- a/MapProjections/Shared/GeoApiProjection.cs +++ b/MapProjections/Shared/GeoApiProjection.cs @@ -4,7 +4,9 @@ using System; using System.Globalization; -#if !WINDOWS_UWP +#if WINDOWS_UWP +using Windows.Foundation; +#else using System.Windows; #endif using GeoAPI.CoordinateSystems;