Salome HOME
[PY3] Fix some MRO issues
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MergeDlg.h
index b18e1b38bc692caf989926bd78e8088aba8aa3ef..5e827abc84198e250aca314d5d6614c615cdc3ef 100644 (file)
@@ -35,6 +35,7 @@
 
 // OCCT includes
 #include <gp_XYZ.hxx>
+#include <TColStd_MapOfInteger.hxx>
 
 // STL includes
 #include <list>
@@ -59,7 +60,6 @@ class SMESHGUI_SpinBox;
 class SMESH_Actor;
 class SUIT_SelectionFilter;
 class SVTK_Selector;
-class TColStd_MapOfInteger;
 
 namespace SMESH
 {