Salome HOME
Porting HEXABLOCK module on WIN32 platform.
[modules/hexablock.git] / src / HEXABLOCK / HexSubShape.hxx
index 676b72da3ae8d4b0441bde7164e88bad657d6dff..7d1bf39f84c5970ded71c8ea93338659e4a8b302 100644 (file)
@@ -4,13 +4,14 @@
 #ifndef __SUB_SHAPE_H_
 #define __SUB_SHAPE_H_
 
+#include "Hex_defines.hxx"
 #include "HexEltBase.hxx"
 
 #include <TopoDS_Shape.hxx>
 
 BEGIN_NAMESPACE_HEXA
 
-class SubShape : public EltBase
+class HEXABLOCKENGINE_EXPORT SubShape : public EltBase
 {
 public :
     SubShape (NewShape* dad, int id, int dim);