Salome HOME
Porting SIERPINSKY module to WIN32 platform.
[samples/sierpinsky.git] / src / SierpinskyGUI / SierpinskyGUI_RunDlg.h
index b3725061612bc66a2e023e043d286a2ac253bd24..cd86148135dcc4de63ee54601a7fde3c38adf51c 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef __SIERPINSKYGUI_RUNDLG_H
 #define __SIERPINSKYGUI_RUNDLG_H
 
+#include "SierpinskyGUI.hxx"
+
 #include <QDialog>
 
 class QLineEdit;
@@ -38,7 +40,7 @@ class MyThread;
 class QProgressBar;
 class SierpinskyGUI;
 
-class SierpinskyGUI_RunDlg : public QDialog
+class SIERPINSKY_EXPORT SierpinskyGUI_RunDlg : public QDialog
 {
   Q_OBJECT