X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.h;h=25f454436c8f887cb0b4c30855337fa484bf86b7;hb=4634377e45465b15485afc9da74a5bf13b32d17b;hp=ca8f3554044564f88d31d8b653066affb8af3bf5;hpb=8ec4d6743d92a164a6eade7c37e197f2c365c5e9;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.h b/kernel/src/bbtkBlackBoxDescriptor.h index ca8f355..25f4544 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, std::vector& temp, int cont); /// Sets the name of the script file from which it is defined void SetScriptFileName(const std::string& n) { mScriptFileName = n; }