]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Fix compilation with latest MedCoupling
authorGilles DAVID <gilles-g.david@edf.fr>
Tue, 30 May 2017 11:07:41 +0000 (13:07 +0200)
committerGilles DAVID <gilles-g.david@edf.fr>
Tue, 30 May 2017 11:07:44 +0000 (13:07 +0200)
Added #include "MCType.hxx" where DataArrayInt appeared.

src/MEDCalculator/MEDCalculatorDBSliceField.hxx
src/MEDCouplingCorba/Client/DataArrayIntClient.hxx
src/MEDCouplingCorba/DataArrayIntServant.hxx
src/MEDCouplingCorba/Test/MEDCouplingMeshFieldFactoryComponent.hxx

index 1d07d27b2a6796a5c24c076380adb5a6d2c5ee7a..607652c07438e58c0314eb5532e29f8b039dbb48 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef __MEDCALCULATORDBSLICEFIELD_HXX__
 #define __MEDCALCULATORDBSLICEFIELD_HXX__
 
+#include "MCType.hxx"
 #include "MedCalculatorDefines.hxx"
 #include "MEDCouplingRefCountObject.hxx"
 
index e20bb96fffc98b9b95a3ef59408d3e9ce253d9ab..44bd4fec293f7300f50207d5e0d3f1b964a89264 100644 (file)
@@ -26,6 +26,7 @@
 #define NOMINMAX
 #endif
 #include CORBA_SERVER_HEADER(MEDCouplingCorbaServant)
+#include "MCType.hxx"
 #include "MEDCouplingClient.hxx"
 
 namespace MEDCoupling
index 0c244b53a5be8756db0d8090d1a6f1d5ccdd526f..0e513788684a494b8bd3e1b07f53e8581f7fa2ce 100644 (file)
@@ -26,6 +26,7 @@
 #define NOMINMAX
 #endif
 #include CORBA_SERVER_HEADER(MEDCouplingCorbaServant)
+#include "MCType.hxx"
 #include "MEDCouplingCorba.hxx"
 #include "DataArrayServant.hxx"
 
index 7a9586f59eecc03ecf13ffdaef95d0e72e1c97b8..739f0c5f24f5c124de3d1dbfe55062e5a5b9596a 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef __MEDCOUPLINGCORBAFIELDFACTORYCOMPONENT_HXX__
 #define __MEDCOUPLINGCORBAFIELDFACTORYCOMPONENT_HXX__
 
+#include "MCType.hxx"
 #include <string>
 
 namespace MEDCoupling