Fix package SDG_Linf: include headers

This commit is contained in:
Andreas Fabri 2016-09-23 12:38:04 +02:00 committed by Laurent Rineau
parent a961b88783
commit c136d7e62b
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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>

View File

@ -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 {