Salome HOME
feat: new crackAlong method
[tools/medcoupling.git] / src / MEDLoader / MeshFormatReader.hxx
index abf0160e0d8bd37fdc3fd92f9a9726e52e0989c8..d87929d6b68640be5e5638000ca8aabaea9c29da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022  CEA/DEN, EDF R&D
+// Copyright (C) 2021-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -35,7 +35,7 @@
 
 #include <fstream>
 
-#ifndef WIN32
+#if !defined(WIN32) && !defined(__APPLE__)
 #include <features.h>
 #endif