From 94e286c8227c2058f7d78756d525f52938c34930 Mon Sep 17 00:00:00 2001 From: abd Date: Mon, 13 Oct 2008 06:55:40 +0000 Subject: [PATCH] fix compilation errors --- src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx | 6 ++++++ 1 file changed, 6 insertions(+) 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 ), -- 2.30.2