X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.h;h=8124b35a10689f9c97d0cb3ccf3aad4108d38996;hb=03cc68dd6b831aa98e1e0fad20a977ffa074be39;hp=ca8f3554044564f88d31d8b653066affb8af3bf5;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.h b/kernel/src/bbtkBlackBoxDescriptor.h index ca8f355..8124b35 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.h +++ b/kernel/src/bbtkBlackBoxDescriptor.h @@ -51,7 +51,7 @@ #include "bbtkBlackBoxOutputDescriptor.h" #include #include - +#include "bbtkUtilities.h" namespace bbtk { @@ -170,7 +170,7 @@ namespace bbtk /// virtual void Check(bool recursive=true) const; - + virtual void GetBoxesInside (NodeTreeC& tree, int cont); /// Sets the name of the script file from which it is defined void SetScriptFileName(const std::string& n) { mScriptFileName = n; }