From 53ea07ec860d0186145afe09730a0392ef5a6f78 Mon Sep 17 00:00:00 2001 From: mbs Date: Thu, 8 Feb 2024 10:46:36 +0000 Subject: [PATCH] Fixed compilation on Windows --- src/LightApp/LightApp_Application.cxx | 2 +- src/SALOME_PY/SalomePy.cxx | 2 +- src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx | 2 +- src/SalomeApp/SalomeApp_Application.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 89fb8ec12..54ce1b05c 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -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 + #include #ifndef DISABLE_PYCONSOLE #include #endif diff --git a/src/SALOME_PY/SalomePy.cxx b/src/SALOME_PY/SalomePy.cxx index 56837d09f..9dfe907b9 100644 --- a/src/SALOME_PY/SalomePy.cxx +++ b/src/SALOME_PY/SalomePy.cxx @@ -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 +#include #include #endif diff --git a/src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx b/src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx index 9d990cc11..e4cba0eb5 100644 --- a/src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx +++ b/src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx @@ -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 +#include #include #endif diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index 804a98dbd..715845d8f 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -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 + #include #ifndef DISABLE_PYCONSOLE #include #endif -- 2.39.2