X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FContainer%2FSALOME_Container.cxx;h=3a975ac7e442afcec10db6352d1a50a9a335ba3c;hb=3ce0546302001755828c8476425a60c6ab61ac92;hp=aee7f06dd992458f8531100652835fd03763871c;hpb=888f04cad3e3fa57bf92c96789959fc87bfdd555;p=modules%2Fkernel.git diff --git a/src/Container/SALOME_Container.cxx b/src/Container/SALOME_Container.cxx index aee7f06dd..3a975ac7e 100644 --- a/src/Container/SALOME_Container.cxx +++ b/src/Container/SALOME_Container.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D +// Copyright (C) 2021-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,11 +17,12 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#include "SALOME_Container_Common.hxx" +#include "SALOME_Container_Common.cxx" #include "SALOME_NamingService.hxx" +#include "SALOME_Container_i.hxx" int main(int argc, char* argv[]) { std::unique_ptr ns; - return container_common_main(argc,argv,std::move(ns)); + return container_common_main(argc,argv,std::move(ns)); }