Fix package Triangulation_3: include headers

This commit is contained in:
Andreas Fabri 2016-09-23 15:53:50 +02:00 committed by Laurent Rineau
parent 40e9c6f735
commit dda0c4f29b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <CGAL/boost/graph/graph_traits_Triangulation_2.h>
#include <CGAL/Delaunay_triangulation_2.h>
// The functions and classes in this file allows the user to
// treat a CGAL Delaunay_triangulation_2 object as a boost graph "as is". No