From: rahuel Date: Thu, 9 Feb 2006 15:40:37 +0000 (+0000) Subject: include of Python.h must be the last one and generally X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9003e45e22c67a78fb2572977952851a0bc4d098;p=modules%2Fkernel.git include of Python.h must be the last one and generally some system includes must be added before as : #include #include #include #include --- diff --git a/src/Container/Container_init_python.cxx b/src/Container/Container_init_python.cxx index 7a4e58527..427d03ec4 100644 --- a/src/Container/Container_init_python.cxx +++ b/src/Container/Container_init_python.cxx @@ -26,9 +26,13 @@ // Module : KERNEL // $Header$ -#include "Container_init_python.hxx" +#include +#include #include "utilities.h" + +#include "Container_init_python.hxx" + using namespace std; PyThreadState *KERNEL_PYTHON::_gtstate = 0;