From 31b0292212104ab3af393eab719ec3cec17ff1e7 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 26 Feb 2020 15:39:53 +0300 Subject: [PATCH] Fix linkage problem when building with -DMEDCOUPLING_USE_64BIT_IDS=ON option --- src/MEDLoader/MEDFileBasis.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MEDLoader/MEDFileBasis.hxx b/src/MEDLoader/MEDFileBasis.hxx index f0e0cd19c..28087184f 100644 --- a/src/MEDLoader/MEDFileBasis.hxx +++ b/src/MEDLoader/MEDFileBasis.hxx @@ -23,6 +23,7 @@ #include "InterpKernelException.hxx" #include "MEDCouplingMemArray.hxx" +#include "MEDCouplingMemArray.txx" #include #include -- 2.39.2