Salome HOME
Fixed compilation on Windows jfa/Porting_OCCT_780
authormbs <martin.bernhard@opencascade.com>
Fri, 9 Feb 2024 15:05:53 +0000 (15:05 +0000)
committermbs <martin.bernhard@opencascade.com>
Fri, 9 Feb 2024 15:05:53 +0000 (15:05 +0000)
src/GUI/BLSURFPluginGUI.cxx
src/GUI/BLSURFPluginGUI_HypothesisCreator.h

index ce06a272ca464c66e669d02cee63d34fb95e3f09..12ff61e20153375e99c6911219c74b5ab90cab55 100644 (file)
@@ -26,7 +26,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
 
index a686d2a63fb5c9f03a0b76a586d7589617e40864..d38929bdf6f786dc33bb011c73c19dcc37fa3488 100644 (file)
@@ -50,7 +50,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