mirror of https://github.com/CGAL/cgal
Fixed compilation of the ARAP paramaterizer
The location of Misc_conic.h was changed by the merge of master
This commit is contained in:
parent
eab6b6b68a
commit
23ac9a95c1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue