Fixed compilation of the ARAP paramaterizer

The location of Misc_conic.h was changed by the merge of master
This commit is contained in:
Mael Rouxel-Labbé 2016-10-21 12:10:28 +02:00
parent eab6b6b68a
commit 23ac9a95c1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <CGAL/MVC_post_processor_3.h>
#include <CGAL/Algebraic_kernel_d_2.h>
#include <CGAL/Conic_misc.h> // @tmp used for solving conic equations
#include <CGAL/Kernel/Conic_misc.h> // @tmp used for solving conic equations
#include <CGAL/Eigen_solver_traits.h>
#include <CGAL/OpenNL/linear_solver.h>
#include <CGAL/Polygon_mesh_processing/connected_components.h>