]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
include of Python.h must be the last one and generally
authorrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 15:40:37 +0000 (15:40 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 15:40:37 +0000 (15:40 +0000)
some system includes must be added before as :
#include <sstream>
#include <time.h>
#include <sys/time.h>
#include <stat.h>

src/Container/Container_init_python.cxx

index 7a4e585275ec41032421a6703d2b045ddd242362..427d03ec497b9ce0ecaaa24fb4319739c5feedf5 100644 (file)
 //  Module : KERNEL
 //  $Header$
 
-#include "Container_init_python.hxx"
+#include <time.h>
+#include <sys/time.h>
 
 #include "utilities.h"
+
+#include "Container_init_python.hxx"
+
 using namespace std;
 
 PyThreadState *KERNEL_PYTHON::_gtstate = 0;