X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkComplexBlackBoxDescriptor.h;h=e39b6d766e9dd1e24a5367b3f3b3b524930192d2;hb=ce796ef8e6c470b95b8f00cad76c25a9e4a88df1;hp=34fc4a369f12a234ffc38e730ccb22a3c01e3b23;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBoxDescriptor.h b/kernel/src/bbtkComplexBlackBoxDescriptor.h index 34fc4a3..e39b6d7 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, int cont); /// virtual void Check(bool recursive=true) const; @@ -165,7 +166,6 @@ namespace bbtk //========================================================================== - } // namespace bbtk #endif