mirror of https://github.com/CGAL/cgal
Fix package SDG_Linf: include headers
This commit is contained in:
parent
a961b88783
commit
c136d7e62b
|
|
@ -25,6 +25,7 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Polygon_2.h>
|
||||
#include <CGAL/intersections.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/basic.h>
|
||||
|
||||
|
||||
// Polychainsegment_2
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include <CGAL/enum.h>
|
||||
#include <CGAL/Orientation_Linf_2.h>
|
||||
#include <CGAL/tuple.h>
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/basic.h>
|
||||
namespace CGAL {
|
||||
|
||||
template<class K>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include <CGAL/Orientation_Linf_2.h>
|
||||
#include <CGAL/Side_of_bounded_square_2.h>
|
||||
#include <CGAL/enum.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_Linf_2/basic.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue