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