]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_SALOME.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_SALOME.hxx
index 9d0303b5aacd6b59a5fab51edf1cb516e24f23f1..a3f15de1d543432ea73b06da7b78702cf14fd2fc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019  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
@@ -24,6 +24,7 @@
 
 #include "Launcher_Job.hxx"
 #include "Launcher.hxx"
+#include "Launcher_Utils.hxx"
 
 #ifdef WITH_LIBBATCH
 #include <libbatch/Job.hxx>
@@ -33,10 +34,9 @@ namespace Launcher
 {
   class LAUNCHER_EXPORT Job_SALOME : virtual public Launcher::Job
   {
-    protected:
-      virtual ~Job_SALOME();
     public:
       Job_SALOME();
+      virtual ~Job_SALOME();
 
       virtual void setResourceDefinition(const ParserResourcesType & resource_definition);
       virtual void update_job();