mirror of https://github.com/CGAL/cgal
Merge pull request #8096 from lrineau/CGAL-fix_dependencies-GF
fix dependencies
This commit is contained in:
commit
7199d91d9e
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#include <CGAL/Bbox_2.h>
|
#include <CGAL/Bbox_2.h>
|
||||||
#include <CGAL/Polygon_with_holes_2.h>
|
#include <CGAL/Polygon_with_holes_2.h>
|
||||||
#include <CGAL/apply_to_range.h>
|
|
||||||
#include <CGAL/Qt/PainterOstream.h>
|
#include <CGAL/Qt/PainterOstream.h>
|
||||||
#include <CGAL/Qt/GraphicsItem.h>
|
#include <CGAL/Qt/GraphicsItem.h>
|
||||||
#include <CGAL/Qt/Converter.h>
|
#include <CGAL/Qt/Converter.h>
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,3 @@ Number_types
|
||||||
Profiling_tools
|
Profiling_tools
|
||||||
STL_Extension
|
STL_Extension
|
||||||
Stream_support
|
Stream_support
|
||||||
Triangulation_2
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
#include <CGAL/Constrained_voronoi_diagram_2.h>
|
#include <CGAL/Constrained_voronoi_diagram_2.h>
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <set>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
#define CGAL_QT_TRIANGULATION_GRAPHICS_ITEM_H
|
#define CGAL_QT_TRIANGULATION_GRAPHICS_ITEM_H
|
||||||
|
|
||||||
#include <CGAL/Bbox_2.h>
|
#include <CGAL/Bbox_2.h>
|
||||||
#include <CGAL/apply_to_range.h>
|
|
||||||
#include <CGAL/Qt/PainterOstream.h>
|
#include <CGAL/Qt/PainterOstream.h>
|
||||||
|
|
||||||
#include <CGAL/Qt/GraphicsItem.h>
|
#include <CGAL/Qt/GraphicsItem.h>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
#define CGAL_SURFACE_SWEEP_2_IMPL_H
|
#define CGAL_SURFACE_SWEEP_2_IMPL_H
|
||||||
|
|
||||||
#include <CGAL/license/Surface_sweep_2.h>
|
#include <CGAL/license/Surface_sweep_2.h>
|
||||||
|
#include <set>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue