From: Nabil Ghodbane Date: Tue, 19 Mar 2024 15:18:55 +0000 (+0100) Subject: [bos #41189]: ensure compatibility with Python 3.9+ X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c23b5428c7961eefca53938d72d5efeaa0f87b8;p=modules%2Fgeom.git [bos #41189]: ensure compatibility with Python 3.9+ --- diff --git a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx index fef00a9ad..f001b9839 100644 --- a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx @@ -25,7 +25,8 @@ // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... #include -#include + #include + #include #endif #include