From 3e97b156535ec5015dc70114d081d9dc97685586 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 4 Apr 2024 14:31:05 +0200 Subject: [PATCH] [bos #41189]: ensure compatibility with Python 3.9+ --- src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2