]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdVectorToString.h
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdVectorToString.h
index 86b6d4ddf063a942a53c8ff5fdac605220eaa7b2..b75907def4a29a30cfa47055e57397ca00a08b28 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdVectorToString.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:27 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/12/12 08:55:21 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #define __bbstdVectorToString_INCLUDED_h__
 
 #include "bbtkAtomicBlackBox.h"
+#include "bbstd_EXPORT.h"
 
 namespace bbstd
 {
   //=================================================================
   // BlackBox declaration
   template <class T>
-  class VectorToString : public bbtk::AtomicBlackBox
+  class bbstd_EXPORT VectorToString : public bbtk::AtomicBlackBox
   {  
     BBTK_TEMPLATE_BLACK_BOX_INTERFACE(VectorToString,bbtk::AtomicBlackBox,T);
     BBTK_DECLARE_INPUT(In,std::vector<T>);