From: SONOLET Aymeric Date: Wed, 11 Sep 2024 12:26:56 +0000 (+0200) Subject: fix: add missing includes on some platforms X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3fd000ee9d64ca4816cb3cff813aed17c2a6c411;p=tools%2Fmedcoupling.git fix: add missing includes on some platforms Add missing cppunit extension due to a bug on CO7 add missing include to PTScotchGraph --- diff --git a/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx b/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx index 84930c509..722bfedbf 100644 --- a/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx +++ b/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx @@ -33,6 +33,7 @@ #include "MEDCouplingMultiFields.hxx" #include #include +#include #include #include #include diff --git a/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx b/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx index 1c737c3c7..4851bf15d 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx +++ b/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef MED_ENABLE_PTSCOTCH extern "C"