mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 03:44:17 +05:00
fix compilation errors
This commit is contained in:
parent
90d66ea704
commit
94e286c822
@ -33,6 +33,12 @@
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
# include <algorithm>
|
||||
#else
|
||||
using namespace std;
|
||||
#endif
|
||||
|
||||
StdMeshersGUI_DistrPreview::StdMeshersGUI_DistrPreview( QWidget* p, StdMeshers::StdMeshers_NumberOfSegments_ptr h )
|
||||
: QwtPlot( p ),
|
||||
myPoints( 50 ),
|
||||
|
Loading…
Reference in New Issue
Block a user