Salome HOME
Porting HEXABLOCK module on WIN32 platform.
[modules/hexablock.git] / src / HEXABLOCK / HexNewShape.hxx
index a791ca1ddba7eb3c7cd54136e44efef3d5113c58..3c1a17e293bbc2505a72706b6aef9e3f44a9d40b 100644 (file)
@@ -4,6 +4,7 @@
 #ifndef __NEW_SHAPE_H_
 #define __NEW_SHAPE_H_
 
+#include "Hex_defines.hxx"
 #include "HexEltBase.hxx"
 
 #ifndef SWIG
@@ -15,7 +16,7 @@
 
 BEGIN_NAMESPACE_HEXA
 
-class NewShape : public EltBase
+class HEXABLOCKENGINE_EXPORT NewShape : public EltBase
 {
 public :         // for TUI
    virtual int countVertex ()   { return tab_vertex.size ();  }