From 59e8aa5a5107052df9f043a0c92d4ab1a70b1036 Mon Sep 17 00:00:00 2001 From: abn Date: Mon, 17 Apr 2023 11:04:31 +0200 Subject: [PATCH] Portability: Mac --- src/MEDCoupling_Swig/MEDCouplingCommon.i | 2 +- src/MEDLoader/MeshFormatReader.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2