Salome HOME
NRI : Merge from Event_Server. Add missing include QPushButton.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfosDlg.cxx
index c85e86c50d4f11fb0e2991b70fb25d6865c64799..b1946d689aead9a227db3247f5721396ad80ce98 100644 (file)
@@ -42,6 +42,7 @@ using namespace std;
 #include <qwidgetstack.h>
 #include <qlayout.h>
 #include <qmap.h>
+#include <qpushbutton.h>
 
 #define COLONIZE( str )   ( QString( str ).contains( ":" ) > 0 ? QString( str ) : QString( str ) + " :"  )