From: Nabil Ghodbane Date: Thu, 4 Apr 2024 12:31:05 +0000 (+0200) Subject: [bos #41189]: ensure compatibility with Python 3.9+ X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3e97b156535ec5015dc70114d081d9dc97685586;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..9e6dcd9d1 100644 --- a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx @@ -25,10 +25,12 @@ // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... #include +#include #include +#else +#include #endif -#include #include #ifdef HAVE_FINITE