]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fixed compilation on Windows
authormbs <martin.bernhard@opencascade.com>
Thu, 8 Feb 2024 10:47:43 +0000 (10:47 +0000)
committerjfa <jfa@opencascade.com>
Thu, 28 Mar 2024 14:58:13 +0000 (14:58 +0000)
src/GEOMGUI/GeometryGUI.cxx
src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx

index 348d1fcc518440c0e76a9839d736bd1be5dd5c60..53518950767927dfc06ae6c8ac515ff66d0f1f82 100644 (file)
@@ -26,7 +26,7 @@
 
 #if OCC_VERSION_LARGE < 0x07080000
 
-#include <Standard_math.hxx>  // E.A. must be included before Python.h to fix compilation on windows
+#include <Standard_Real.hxx>  // E.A. must be included before Python.h to fix compilation on windows
 
 #else
 
index fef00a9ad2dc0efb1c6d9970760200500a04c013..8a3966ae8437719903423e8b4ff982c46989420b 100644 (file)
@@ -24,7 +24,7 @@
 // E.A. : On windows with python 2.6, there is a conflict
 // E.A. : between pymath.h and Standard_math.h which define
 // E.A. : some same symbols : acosh, asinh, ...
-#include <Standard_math.hxx>
+#include <Standard_Real.hxx>
 #include <pymath.h>
 #endif