]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkPackage.h
#3120 BBTK Bug New Normal - merge branch changestoITK3and4 FROM master
[bbtk.git] / kernel / src / bbtkPackage.h
index a6bf8c87d8646cf850da58592736c1e899ff53b3..860cbd9bff956c041d3ade1680ff1b87acf5d8f8 100644 (file)
@@ -49,6 +49,8 @@
 
 #include "bbtkBlackBox.h"
 #include "bbtkDynamicLibraryHandling.h"
+#include "bbtkUtilities.h"
+#include <vector>
 
 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.