Minor compile fix

master
Marius Kintel 2014-12-28 16:05:54 -05:00
parent 89419f50a1
commit 03f63c1c40
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ using boost::uintmax_t;
#include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Nef_polyhedron_3.h>
#include <CGAL_Nef3_workaround.h>
#include "CGAL_Nef3_workaround.h"
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Polygon_2.h>