include SparseLU

This commit is contained in:
iyaz 2013-03-15 10:54:03 +02:00
parent 2147304634
commit a1f3d79e0b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <CGAL/basic.h> // include basic.h before testing #defines
#include <Eigen/Sparse>
#include <Eigen/SparseLU>
#include <CGAL/Eigen_matrix.h>
#include <CGAL/Eigen_vector.h>
#include <boost/shared_ptr.hpp>