From 24f50e862010af5d6f7015ab17e398ef340c4030 Mon Sep 17 00:00:00 2001 From: prascle Date: Fri, 9 Dec 2005 18:30:30 +0000 Subject: [PATCH] PR: import pthread before python --- src/LifeCycleCORBA/Launchers.hxx | 1 + src/MPIContainer/MPIContainer_i.cxx | 1 + 2 files changed, 2 insertions(+) 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; -- 2.39.2