From 92e7a6c83fd1172f6e593c1c8941ecfd044fde51 Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Thu, 25 Apr 2019 14:33:22 +0200 Subject: [PATCH] Fix MinGW linker error --- src/blackmisc/timestampobjectlist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/blackmisc/timestampobjectlist.h b/src/blackmisc/timestampobjectlist.h index 0efa3cf68..28337e6f9 100644 --- a/src/blackmisc/timestampobjectlist.h +++ b/src/blackmisc/timestampobjectlist.h @@ -323,6 +323,8 @@ namespace BlackMisc class CDistributorList; class CAircraftModel; class CAircraftModelList; + class CMatchingStatistics; + class CMatchingStatisticsEntry; } class CStatusMessage; @@ -342,6 +344,7 @@ namespace BlackMisc extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList; + extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE ITimestampObjectList;