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