From ec25237027dff1fd192b842698e992308fd56491 Mon Sep 17 00:00:00 2001 From: Louis Gombert Date: Mon, 26 Aug 2024 14:42:33 +0000 Subject: [PATCH] Fix Python compilation --- src/SMESH_I/SMESH_Gen_i.cxx | 2 +- src/SMESH_I/SMESH_Homard_i.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index 3472035ee..e2341f65f 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -51,7 +51,7 @@ // Have to be included before std headers // #include -#include +// #include #ifdef WIN32 #include diff --git a/src/SMESH_I/SMESH_Homard_i.cxx b/src/SMESH_I/SMESH_Homard_i.cxx index 3ad7273e7..9a4ac1aab 100644 --- a/src/SMESH_I/SMESH_Homard_i.cxx +++ b/src/SMESH_I/SMESH_Homard_i.cxx @@ -36,7 +36,7 @@ // Have to be included before std headers // #include -#include +// #include #include #include