From c7cb4e1f84e27596241fc052c44e9feef4d16d51 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 18 Apr 2025 15:41:52 +0200 Subject: [PATCH] namespace before #ifdef --- Polygon/include/CGAL/draw_multipolygon_with_holes_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon/include/CGAL/draw_multipolygon_with_holes_2.h b/Polygon/include/CGAL/draw_multipolygon_with_holes_2.h index f4c38fda817..8dbc6431fcf 100644 --- a/Polygon/include/CGAL/draw_multipolygon_with_holes_2.h +++ b/Polygon/include/CGAL/draw_multipolygon_with_holes_2.h @@ -45,12 +45,12 @@ void draw(const MPH& aph); #endif +namespace CGAL { + #if defined(CGAL_USE_BASIC_VIEWER_QT) #include -namespace CGAL { - // Viewer class for Multipolygon_with_holes_2 template class Mpwh_2_basic_viewer_qt : public Qt::Basic_viewer {