From: mbs Date: Thu, 8 Feb 2024 10:47:43 +0000 (+0000) Subject: Fixed compilation on Windows X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de8926be4af30311d847546e20a58ca9d8cb75ca;p=modules%2Fgeom.git Fixed compilation on Windows --- diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 348d1fcc5..535189507 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -26,7 +26,7 @@ #if OCC_VERSION_LARGE < 0x07080000 -#include // E.A. must be included before Python.h to fix compilation on windows +#include // E.A. must be included before Python.h to fix compilation on windows #else diff --git a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx index fef00a9ad..8a3966ae8 100644 --- a/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx @@ -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 +#include #include #endif