X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkPackage.h;fp=kernel%2Fsrc%2FbbtkPackage.h;h=860cbd9bff956c041d3ade1680ff1b87acf5d8f8;hb=427d8c0ac838ab789a57b28f62a7f9ff243e7b60;hp=a6bf8c87d8646cf850da58592736c1e899ff53b3;hpb=c2d2ccbc4bac635e5d0b802d9830efd94b060dab;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.