Salome HOME
correct update status of stream and DTM
[modules/hydro.git] / src / HYDROData / HYDROData_IProfilesInterpolator.cxx
index 264de9715f169a0d967f34622a8a23ae31d96170..05cb3729bbffd10a1a1289eee6ad8a62ac00e712 100644 (file)
@@ -1,8 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
+// Copyright (C) 2014-2015  EDF-R&D
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
@@ -21,7 +17,7 @@
 //
 
 #include "HYDROData_IProfilesInterpolator.h"
-
+#include <cstdlib>
 #include <gp_XYZ.hxx>
 
 const int DEFAULT_RESULT_PROFILES_NB = 1; ///< default number of results profiles
@@ -195,4 +191,4 @@ NCollection_Sequence<gp_XYZ> HYDROData_IProfilesInterpolator::GetPoints( const s
   }
 
   return aProfilePoints;
-}
\ No newline at end of file
+}