From 707d471d7e93de94bd57f4620747ae535b6b5005 Mon Sep 17 00:00:00 2001 From: "Sergey V. Zhdanovskih" Date: Sun, 27 Oct 2024 00:11:17 +0300 Subject: [PATCH] Small fix (fix #602) --- projects/GKv3/GEDKeeper3/GKUI/Forms/MapsViewerWin.cs | 2 ++ projects/GKvX/GEDKeeperX/GKUI/Forms/MapsViewerWin.xaml.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/projects/GKv3/GEDKeeper3/GKUI/Forms/MapsViewerWin.cs b/projects/GKv3/GEDKeeper3/GKUI/Forms/MapsViewerWin.cs index 4bd42ab21..ee1540638 100644 --- a/projects/GKv3/GEDKeeper3/GKUI/Forms/MapsViewerWin.cs +++ b/projects/GKv3/GEDKeeper3/GKUI/Forms/MapsViewerWin.cs @@ -21,6 +21,7 @@ #pragma warning disable CS0618 using System; +using System.Collections.Generic; using Eto.Forms; using Eto.Serialization.Xaml; using GDModel; @@ -29,6 +30,7 @@ using GKCore.Design.Controls; using GKCore.Design.Views; using GKCore.Interfaces; +using GKCore.Maps; using GKMap; using GKMap.EtoForms; using GKMap.MapProviders; diff --git a/projects/GKvX/GEDKeeperX/GKUI/Forms/MapsViewerWin.xaml.cs b/projects/GKvX/GEDKeeperX/GKUI/Forms/MapsViewerWin.xaml.cs index cfadc161c..181179d40 100644 --- a/projects/GKvX/GEDKeeperX/GKUI/Forms/MapsViewerWin.xaml.cs +++ b/projects/GKvX/GEDKeeperX/GKUI/Forms/MapsViewerWin.xaml.cs @@ -19,12 +19,14 @@ */ using System; +using System.Collections.Generic; using GDModel; using GKCore; using GKCore.Controllers; using GKCore.Design.Controls; using GKCore.Design.Views; using GKCore.Interfaces; +using GKCore.Maps; using GKMap; using GKMap.MapProviders; using GKMap.Xamarin;