X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_CompoundBuilder.h;h=5e863f34c92b1a1646ae70df2fc09c0292bfac93;hb=f5c7bb3100ed321392da42f61c2ab505833ec61a;hp=bf9f8374a1d544c6b7a11e0f05c7653ce97a4a97;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h b/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h index bf9f8374a..5e863f34c 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAlgoAPI_CompoundBuilder.h // Created: 24 Apr 2014 // Author: Natalia ERMOLAEVA @@ -9,7 +11,7 @@ #include #include #include -#include +#include #include @@ -23,8 +25,8 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_CompoundBuilder public: /// Creates compund of the given shapes /// \param theShapes a list of shapes - static boost::shared_ptr compound( - std::list > theShapes); + static std::shared_ptr compound( + std::list > theShapes); }; #endif