fix compilation errors

This commit is contained in:
abd 2008-10-13 06:55:40 +00:00
parent 90d66ea704
commit 94e286c822

View File

@ -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 ),