aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/salome-medcoupling/fix-missing-symbols.patch
blob: 88a061ff997ffe28bcd01999cb0184fbcb2b003f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx
index 60d040806..8cb6748d2 100644
--- a/src/MEDCoupling/MEDCouplingMemArray.cxx
+++ b/src/MEDCoupling/MEDCouplingMemArray.cxx
@@ -44,6 +44,8 @@ using namespace MEDCoupling;
 
 template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<mcIdType>;
 template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<double>;
+template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<Int32>;
+template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<Int64>;
 template class MEDCOUPLING_EXPORT MEDCoupling::DataArrayTemplate<mcIdType>;
 template class MEDCOUPLING_EXPORT MEDCoupling::DataArrayTemplate<double>;
 template class MEDCOUPLING_EXPORT MEDCoupling::DataArrayTemplateClassic<Int32>;