From: Gilles DAVID Date: Tue, 30 May 2017 11:07:41 +0000 (+0200) Subject: Fix compilation with latest MedCoupling X-Git-Tag: V9_0_0~5^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b1e17e29ca4583a313306bd97d50dd8de04bf1f7;p=modules%2Fmed.git Fix compilation with latest MedCoupling Added #include "MCType.hxx" where DataArrayInt appeared. --- diff --git a/src/MEDCalculator/MEDCalculatorDBSliceField.hxx b/src/MEDCalculator/MEDCalculatorDBSliceField.hxx index 1d07d27b2..607652c07 100644 --- a/src/MEDCalculator/MEDCalculatorDBSliceField.hxx +++ b/src/MEDCalculator/MEDCalculatorDBSliceField.hxx @@ -21,6 +21,7 @@ #ifndef __MEDCALCULATORDBSLICEFIELD_HXX__ #define __MEDCALCULATORDBSLICEFIELD_HXX__ +#include "MCType.hxx" #include "MedCalculatorDefines.hxx" #include "MEDCouplingRefCountObject.hxx" diff --git a/src/MEDCouplingCorba/Client/DataArrayIntClient.hxx b/src/MEDCouplingCorba/Client/DataArrayIntClient.hxx index e20bb96ff..44bd4fec2 100644 --- a/src/MEDCouplingCorba/Client/DataArrayIntClient.hxx +++ b/src/MEDCouplingCorba/Client/DataArrayIntClient.hxx @@ -26,6 +26,7 @@ #define NOMINMAX #endif #include CORBA_SERVER_HEADER(MEDCouplingCorbaServant) +#include "MCType.hxx" #include "MEDCouplingClient.hxx" namespace MEDCoupling diff --git a/src/MEDCouplingCorba/DataArrayIntServant.hxx b/src/MEDCouplingCorba/DataArrayIntServant.hxx index 0c244b53a..0e5137886 100644 --- a/src/MEDCouplingCorba/DataArrayIntServant.hxx +++ b/src/MEDCouplingCorba/DataArrayIntServant.hxx @@ -26,6 +26,7 @@ #define NOMINMAX #endif #include CORBA_SERVER_HEADER(MEDCouplingCorbaServant) +#include "MCType.hxx" #include "MEDCouplingCorba.hxx" #include "DataArrayServant.hxx" diff --git a/src/MEDCouplingCorba/Test/MEDCouplingMeshFieldFactoryComponent.hxx b/src/MEDCouplingCorba/Test/MEDCouplingMeshFieldFactoryComponent.hxx index 7a9586f59..739f0c5f2 100644 --- a/src/MEDCouplingCorba/Test/MEDCouplingMeshFieldFactoryComponent.hxx +++ b/src/MEDCouplingCorba/Test/MEDCouplingMeshFieldFactoryComponent.hxx @@ -21,6 +21,7 @@ #ifndef __MEDCOUPLINGCORBAFIELDFACTORYCOMPONENT_HXX__ #define __MEDCOUPLINGCORBAFIELDFACTORYCOMPONENT_HXX__ +#include "MCType.hxx" #include namespace MEDCoupling