Salome HOME
Edit Mesh/Sub-Mesh window has strange "half-active" view, if do Compute.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_EditHypothesesDlg.h
index 6fe085dc6cb59be8f014be75fabe64dc05965122..30907b840c86b199f5b96f8cca69801ced9191c1 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef DIALOGBOX_EDIT_HYPOTHESES_H
 #define DIALOGBOX_EDIT_HYPOTHESES_H
 
+#include "SMESH_SMESHGUI.hxx"
+
 //#include "SMESH_TypeFilter.hxx"
 #include "SUIT_SelectionFilter.h"
 #include "LightApp_SelectionMgr.h"
@@ -52,13 +54,13 @@ class QListBox;
 class QListBoxItem;
 class SMESHGUI;
 
-typedef map<std::string, int> MapIOR;
+typedef std::map<std::string, int> MapIOR;
 
 //=================================================================================
 // class    : SMESHGUI_EditHypothesesDlg
 // purpose  :
 //=================================================================================
-class SMESHGUI_EditHypothesesDlg : public QDialog
+class SMESHGUI_EXPORT SMESHGUI_EditHypothesesDlg : public QDialog
 {
     Q_OBJECT