Fix include file for orient_polyhedron_test

This commit is contained in:
iyaz 2013-07-10 14:18:15 +03:00
parent da4320735c
commit e75a035e92
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Orient_polyhedron_3.h>
#include <CGAL/orient_polygon_soup.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>