mirror of https://github.com/CGAL/cgal
Add missing eigen include
This commit is contained in:
parent
e35fdf852b
commit
c39ba1056e
|
|
@ -26,6 +26,7 @@
|
||||||
#ifdef CGAL_EIGEN3_ENABLED
|
#ifdef CGAL_EIGEN3_ENABLED
|
||||||
|
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
|
#include <Eigen/IterativeLinearSolvers>
|
||||||
|
|
||||||
//#define CGAL_SCANLINE_ORIENT_VERBOSE
|
//#define CGAL_SCANLINE_ORIENT_VERBOSE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue