]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fixed compilation on Windows
authormbs <martin.bernhard@opencascade.com>
Thu, 8 Feb 2024 10:46:36 +0000 (10:46 +0000)
committermbs <martin.bernhard@opencascade.com>
Thu, 8 Feb 2024 10:46:36 +0000 (10:46 +0000)
src/LightApp/LightApp_Application.cxx
src/SALOME_PY/SalomePy.cxx
src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx
src/SalomeApp/SalomeApp_Application.cxx

index 89fb8ec1278723b21a344ea4783e00963e0672e2..54ce1b05c9382d7541dcc35fff741386d6330ca5 100644 (file)
@@ -27,7 +27,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>
   #ifndef DISABLE_PYCONSOLE
     #include <pymath.h>
   #endif
index 56837d09f636caabed2cf21d97814b33bcf90524..9dfe907b9495b7f8ca8d2940e1bd35e095295aad 100644 (file)
@@ -28,7 +28,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 9d990cc115408f35253aa7c37000d8445270b936..e4cba0eb5e2d838cd05312519ee4e7b4099ae445 100644 (file)
@@ -27,7 +27,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 804a98dbd8cb93309e1ed033d0bc8a6014aa9e4a..715845d8feb5c83ae51f56b6ecd83aefb74f946b 100644 (file)
@@ -28,7 +28,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>
   #ifndef DISABLE_PYCONSOLE
     #include <pymath.h>
   #endif