]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/SinkObject.h
Installation and configuration scripts added
[cpPlugins.git] / lib / cpPlugins / Interface / SinkObject.h
index 38801df80196fd0f465bb083b63767281af7dded..7caf70ea38218921bfdef94fe0344d9120a1f385 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __CPPLUGINS__INTERFACE__SINKOBJECT__H__
 #define __CPPLUGINS__INTERFACE__SINKOBJECT__H__
 
+#include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
 #include <cpPlugins/Interface/ProcessObject.h>
 
 namespace cpPlugins
@@ -9,7 +10,7 @@ namespace cpPlugins
   {
     /**
      */
-    class SinkObject
+    class cpPlugins_Interface_EXPORT SinkObject
       : public ProcessObject
     {
     public: