From: abn Date: Mon, 17 Apr 2023 09:04:31 +0000 (+0200) Subject: Portability: Mac X-Git-Tag: V9_11_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=59e8aa5a5107052df9f043a0c92d4ab1a70b1036;p=tools%2Fmedcoupling.git Portability: Mac --- diff --git a/src/MEDCoupling_Swig/MEDCouplingCommon.i b/src/MEDCoupling_Swig/MEDCouplingCommon.i index d3404b6a4..e971e5345 100644 --- a/src/MEDCoupling_Swig/MEDCouplingCommon.i +++ b/src/MEDCoupling_Swig/MEDCouplingCommon.i @@ -73,7 +73,7 @@ using namespace INTERP_KERNEL; typedef int mcIdType; typedef DataArrayInt32 DataArrayIdType; %template(ivec) std::vector; -%template(i64vec) std::vector; +%template(i64vec) std::vector; #else //typedef std::int64_t mcIdType; typedef DataArrayInt64 DataArrayIdType; diff --git a/src/MEDLoader/MeshFormatReader.hxx b/src/MEDLoader/MeshFormatReader.hxx index abf0160e0..8631966c4 100644 --- a/src/MEDLoader/MeshFormatReader.hxx +++ b/src/MEDLoader/MeshFormatReader.hxx @@ -35,7 +35,7 @@ #include -#ifndef WIN32 +#if !defined(WIN32) && !defined(__APPLE__) #include #endif