From: prascle Date: Fri, 9 Dec 2005 18:30:30 +0000 (+0000) Subject: PR: import pthread before python X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24f50e862010af5d6f7015ab17e398ef340c4030;p=modules%2Fkernel.git PR: import pthread before python --- diff --git a/src/LifeCycleCORBA/Launchers.hxx b/src/LifeCycleCORBA/Launchers.hxx index 6c9c4f6cd..f5ec89872 100644 --- a/src/LifeCycleCORBA/Launchers.hxx +++ b/src/LifeCycleCORBA/Launchers.hxx @@ -17,6 +17,7 @@ // // See http://www.salome-platform.org/ // +#include // must be before Python.h ! #include #define elDEBUG 0 diff --git a/src/MPIContainer/MPIContainer_i.cxx b/src/MPIContainer/MPIContainer_i.cxx index 872c32d95..dfeb178e1 100644 --- a/src/MPIContainer/MPIContainer_i.cxx +++ b/src/MPIContainer/MPIContainer_i.cxx @@ -33,6 +33,7 @@ #include "Utils_SINGLETON.hxx" #include "OpUtil.hxx" #include "utilities.h" +#include // must be before Python.h ! #include #include "Container_init_python.hxx" using namespace std;