X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdStringToVector.h;h=7b515d18fe2477ad8cdd52b1ef4c2c46e77896ae;hb=763650a6180770f5d169eaef1dd01838115a9eda;hp=5243d1a41bc18758eef47365df3dfb568a560aea;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/std/src/bbstdStringToVector.h b/packages/std/src/bbstdStringToVector.h index 5243d1a..7b515d1 100644 --- a/packages/std/src/bbstdStringToVector.h +++ b/packages/std/src/bbstdStringToVector.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdStringToVector.h,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:27 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/12/12 08:55:21 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -33,13 +33,14 @@ #define __bbstdStringToVector_INCLUDED_h__ #include "bbtkAtomicBlackBox.h" +#include "bbstd_EXPORT.h" namespace bbstd { //================================================================= // BlackBox declaration template - class StringToVector : public bbtk::AtomicBlackBox + class bbstd_EXPORT StringToVector : public bbtk::AtomicBlackBox { BBTK_TEMPLATE_BLACK_BOX_INTERFACE(StringToVector,bbtk::AtomicBlackBox,T); BBTK_DECLARE_INPUT(In,std::string);