From: abd Date: Mon, 13 Oct 2008 06:55:40 +0000 (+0000) Subject: fix compilation errors X-Git-Tag: RELIQUAT_4x_25102008~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=94e286c8227c2058f7d78756d525f52938c34930;p=modules%2Fsmesh.git fix compilation errors --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx b/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx index 460dfb4d5..c9d1f5fb2 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx @@ -33,6 +33,12 @@ #include #endif +#ifdef WIN32 +# include +#else + using namespace std; +#endif + StdMeshersGUI_DistrPreview::StdMeshersGUI_DistrPreview( QWidget* p, StdMeshers::StdMeshers_NumberOfSegments_ptr h ) : QwtPlot( p ), myPoints( 50 ),