Merge pull request #8096 from lrineau/CGAL-fix_dependencies-GF

fix dependencies
This commit is contained in:
Laurent Rineau 2024-04-05 14:25:10 +02:00
commit 7199d91d9e
6 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,6 @@
#include <CGAL/Bbox_2.h>
#include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/apply_to_range.h>
#include <CGAL/Qt/PainterOstream.h>
#include <CGAL/Qt/GraphicsItem.h>
#include <CGAL/Qt/Converter.h>

View File

@ -11,4 +11,3 @@ Number_types
Profiling_tools
STL_Extension
Stream_support
Triangulation_2

View File

@ -29,6 +29,7 @@
#include <CGAL/Constrained_voronoi_diagram_2.h>
#include <vector>
#include <set>
#include <list>
#include <algorithm>
#include <iterator>

View File

@ -14,7 +14,6 @@
#define CGAL_QT_TRIANGULATION_GRAPHICS_ITEM_H
#include <CGAL/Bbox_2.h>
#include <CGAL/apply_to_range.h>
#include <CGAL/Qt/PainterOstream.h>
#include <CGAL/Qt/GraphicsItem.h>

View File

@ -15,6 +15,8 @@
#define CGAL_SURFACE_SWEEP_2_IMPL_H
#include <CGAL/license/Surface_sweep_2.h>
#include <set>
#include <vector>
/*! \file
*