include graph_traits file for Polyhedron_3

This commit is contained in:
Andreas Fabri 2016-02-02 09:28:18 +01:00
parent d77920f30f
commit b84596aff9
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <CGAL/IO/OFF_reader.h>
#include <CGAL/Polygon_mesh_processing/orient_polygon_soup.h>