some system includes must be added before as :
#include <sstream>
#include <time.h>
#include <sys/time.h>
#include <stat.h>
//
// See http://www.salome-platform.org/
//
-#include <Launchers.hxx>
+
+#include <time.h>
+#include <sys/time.h>
+
#include "utilities.h"
+#include <Launchers.hxx>
+
using namespace std;
static int Launchers_IsLoaded = 0;
#include <sstream>
#include <iomanip>
+#include <time.h>
+#include <sys/time.h>
+
#include "OpUtil.hxx"
#include "utilities.h"
-#include "Launchers.hxx"
#include <ServiceUnreachable.hxx>
#include "SALOME_ContainerManager.hxx"
#include "SALOME_Component_i.hxx"
#include "SALOME_NamingService.hxx"
+#include "Launchers.hxx"
+
using namespace std;
IncompatibleComponent::IncompatibleComponent( void ):
#include "Utils_SINGLETON.hxx"
#include "OpUtil.hxx"
#include "utilities.h"
+#include <time.h>
+#include <sys/time.h>
#include <pthread.h> // must be before Python.h !
#include <Python.h>
#include "Container_init_python.hxx"