Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job.hxx
index 44d5f75fe9862506d1879667660c8c47dd4fb2f6..febde474c271a507a783a84679155072c8e76d35 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
@@ -185,6 +185,8 @@ namespace Launcher
       Batch::Job * _batch_job;
       Batch::JobId _batch_job_id;
 #endif
+    protected:
+      mutable int _cnt = 1;
   };
 }