Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / GEOM-9.10.0-visual-2019.patch
1 diff --git a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx
2 index 4727a5c5d..f9cff2743 100644
3 --- a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx
4 +++ b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx
5 @@ -21,14 +21,13 @@
6  //
7  
8  #ifdef WIN32
9 -// E.A. : On windows with python 2.6, there is a conflict
10 -// E.A. : between pymath.h and Standard_math.h which define
11 -// E.A. : some same symbols : acosh, asinh, ...
12 -#include <Standard_math.hxx>
13 -#include <pymath.h>
14 +  #include <Standard_math.hxx>
15 +  #include <Python.h>
16 +  #include <pymath.h>
17 +#else
18 +  #include <Python.h>
19  #endif
20  
21 -#include <Python.h>
22  #include <structmember.h>
23  
24  #ifdef HAVE_FINITE