]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_PythonSALOME.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_PythonSALOME.hxx
index 6f27a791cfb28b3dca17847dd7b80016c132efc0..dd7dacf407f2489841b0d289bd5d97fa74d89b85 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2009-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #define _LAUNCHER_JOB_PYTHONSALOME_HXX_
 
 #include "Launcher_Job_SALOME.hxx"
+#include "Launcher_Utils.hxx"
 
 namespace Launcher
 {
   class LAUNCHER_EXPORT Job_PythonSALOME : virtual public Launcher::Job_SALOME
   {
-    private:
-      virtual ~Job_PythonSALOME();
     public:
       Job_PythonSALOME();
+      virtual ~Job_PythonSALOME();
 
       virtual void setJobFile(const std::string & job_file);
       virtual void addJobTypeSpecificScript(std::ofstream & launch_script_stream);