]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdStringToVector.h
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdStringToVector.h
index 5243d1a41bc18758eef47365df3dfb568a560aea..7b515d18fe2477ad8cdd52b1ef4c2c46e77896ae 100644 (file)
@@ -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 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #define __bbstdStringToVector_INCLUDED_h__
 
 #include "bbtkAtomicBlackBox.h"
+#include "bbstd_EXPORT.h"
 
 namespace bbstd
 {
   //=================================================================
   // BlackBox declaration
   template <class T>
-  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);