Salome HOME
Merging with WPdev
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SpinBox.h
index 576db92217d1a9c94d1c47e78e093a70fe39d49c..cc5c996893f5038f8c248f43cd78a4be5efc8124 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef  SMESH_SPINBOX_H
 #define  SMESH_SPINBOX_H
 
+#include "SMESH_SMESHGUI.hxx"
+
 #include <QtxDblSpinBox.h>
 
 // like in GEOM_SRC/src/DlgRef/DlgRef_SpinBox.h
@@ -39,7 +41,7 @@
 // class    : SMESHGUI_SpinBox
 // purpose  : Derivated from QtxDblSpinBox class 
 //=================================================================================
-class SMESHGUI_SpinBox : public QtxDblSpinBox
+class SMESHGUI_EXPORT SMESHGUI_SpinBox : public QtxDblSpinBox
 {
   Q_OBJECT