Salome HOME
Bug moteur + ajout cas test
[modules/hexablock.git] / src / HEXABLOCK / HexPipe.hxx
index 6c15ae210dfa4b18ddc9c3adcb00c1b34a22d234..c6e89229c0dacc74710063b36ea037e572707a8a 100755 (executable)
 #ifndef __PIPE_H
 #define __PIPE_H
 
+#include "Hex_defines.hxx"
 #include "HexCylinder.hxx"
 
 BEGIN_NAMESPACE_HEXA
 
-class Pipe : public Cylinder 
+class HEXABLOCKENGINE_EXPORT Pipe : public Cylinder 
 {
 public :
     virtual double  getInternalRadius () { return c_int_radius; }