Skip to content

Commit

Permalink
Merge pull request #8096 from lrineau/CGAL-fix_dependencies-GF
Browse files Browse the repository at this point in the history
fix dependencies
  • Loading branch information
lrineau committed Apr 5, 2024
2 parents 568baca + c781600 commit 7199d91
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion GraphicsView/package_info/GraphicsView/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Number_types
Profiling_tools
STL_Extension
Stream_support
Triangulation_2
1 change: 1 addition & 0 deletions Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <CGAL/Constrained_voronoi_diagram_2.h>

#include <vector>
#include <set>
#include <list>
#include <algorithm>
#include <iterator>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#define CGAL_SURFACE_SWEEP_2_IMPL_H

#include <CGAL/license/Surface_sweep_2.h>
#include <set>
#include <vector>

/*! \file
*
Expand Down

0 comments on commit 7199d91

Please sign in to comment.