From e51357960f006b5efced6d542f7f7061477817d8 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 4 Apr 2024 14:25:03 +0200 Subject: [PATCH] Revert "[bos #41189]: ensure compatibility with Python 3.9+" This reverts commit 1c23b5428c7961eefca53938d72d5efeaa0f87b8. --- src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx index f001b9839..fef00a9ad 100644 --- a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx @@ -25,8 +25,7 @@ // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... #include - #include - #include +#include #endif #include -- 2.39.2