From de8926be4af30311d847546e20a58ca9d8cb75ca Mon Sep 17 00:00:00 2001 From: mbs Date: Thu, 8 Feb 2024 10:47:43 +0000 Subject: [PATCH] Fixed compilation on Windows --- src/GEOMGUI/GeometryGUI.cxx | 2 +- src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2