X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkComplexBlackBoxDescriptor.h;h=f9e7f8d8997e61525dc933c96aa4e6b280f8df58;hb=4634377e45465b15485afc9da74a5bf13b32d17b;hp=34fc4a369f12a234ffc38e730ccb22a3c01e3b23;hpb=8ec4d6743d92a164a6eade7c37e197f2c365c5e9;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBoxDescriptor.h b/kernel/src/bbtkComplexBlackBoxDescriptor.h index 34fc4a3..f9e7f8d 100644 --- a/kernel/src/bbtkComplexBlackBoxDescriptor.h +++ b/kernel/src/bbtkComplexBlackBoxDescriptor.h @@ -51,7 +51,8 @@ #include "bbtkComplexBlackBoxOutputDescriptor.h" #include "bbtkFactory.h" #include - +#include +#include "bbtkUtilities.h" namespace bbtk { @@ -143,7 +144,7 @@ namespace bbtk const std::string& output_dir = "", bool relative_link = false ); - + void GetBoxesInside (NodeTreeC& tree, std::vector& list, int cont); /// virtual void Check(bool recursive=true) const; @@ -165,7 +166,6 @@ namespace bbtk //========================================================================== - } // namespace bbtk #endif