From 3fd000ee9d64ca4816cb3cff813aed17c2a6c411 Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Wed, 11 Sep 2024 14:26:56 +0200 Subject: [PATCH] fix: add missing includes on some platforms Add missing cppunit extension due to a bug on CO7 add missing include to PTScotchGraph --- src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx | 1 + src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx | 1 + 2 files changed, 2 insertions(+) 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" -- 2.39.2