namespace before #ifdef

This commit is contained in:
Guillaume Damiand 2025-04-18 15:41:52 +02:00
parent 45c0087301
commit c7cb4e1f84
1 changed files with 2 additions and 2 deletions

View File

@ -45,12 +45,12 @@ void draw(const MPH& aph);
#endif
namespace CGAL {
#if defined(CGAL_USE_BASIC_VIEWER_QT)
#include <CGAL/Qt/init_ogl_context.h>
namespace CGAL {
// Viewer class for Multipolygon_with_holes_2
template <typename Multipolygon>
class Mpwh_2_basic_viewer_qt : public Qt::Basic_viewer {