Index: /BOL/script_install/install_lmdz.sh
===================================================================
--- /BOL/script_install/install_lmdz.sh	(revision 5565)
+++ /BOL/script_install/install_lmdz.sh	(revision 5566)
@@ -34,4 +34,6 @@
 #      r4 or r8 at the beginning of the script below.
 #
+# Modif 04/03/2025, AI
+#     correction in XIOS
 ###########################################################################
 
@@ -700,4 +702,10 @@
 
         cd XIOS
+	# correction in src/earcut.hpp of XIOS
+        cd extern/remap/src
+        sed -e 's@//#include <cstdint>@#include <cstdint>@' \
+                earcut.hpp > tmp
+        \mv -f tmp earcut.hpp
+        cd ../../..
 
         install_arch "XIOS"
