X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkPackage.h;h=860cbd9bff956c041d3ade1680ff1b87acf5d8f8;hb=4d3619bf05342807aec39f571d94e4aea2efa38b;hp=a6bf8c87d8646cf850da58592736c1e899ff53b3;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/kernel/src/bbtkPackage.h b/kernel/src/bbtkPackage.h index a6bf8c8..860cbd9 100644 --- a/kernel/src/bbtkPackage.h +++ b/kernel/src/bbtkPackage.h @@ -49,6 +49,8 @@ #include "bbtkBlackBox.h" #include "bbtkDynamicLibraryHandling.h" +#include "bbtkUtilities.h" +#include namespace bbtk { @@ -71,6 +73,7 @@ namespace bbtk const std::string& pkgname, const std::string& path); + void GetBoxesInside(NodeTreeC& tree, int cont); /// NOTE : All the static methods below for package destruction /// are not member because they can cause the package death /// and thus close the dynamic library from which it has been loaded.