]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_CommandSALOME.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_CommandSALOME.hxx
index 9df2496c8dbe75d4d105e026f08d5f509176f830..40eed7d1dbb8c7b92cf8083f6fde1b9b560fdb1d 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_Command.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_CommandSALOME : virtual public Launcher::Job_Command
   {
-    private:
-      virtual ~Job_CommandSALOME();
     public:
       Job_CommandSALOME();
+      virtual ~Job_CommandSALOME();
       static const char TYPE_NAME[];
 
 #ifdef WITH_LIBBATCH