diff options
author | Gael Guennebaud <g.gael@free.fr> | 2010-06-19 15:24:39 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2010-06-19 15:24:39 +0200 |
commit | 17af8c763d5aa58c40fc2c40ff6e8d6fc28a8d63 (patch) | |
tree | c89c8d9dab436bf1650ace5bc64e3452c9959b2a /unsupported | |
parent | b1103c57677de56ef7b266a2b946ac64d73e8483 (diff) |
fix compilation of sparse tests
Diffstat (limited to 'unsupported')
-rw-r--r-- | unsupported/test/sparse_ldlt.cpp | 1 | ||||
-rw-r--r-- | unsupported/test/sparse_llt.cpp | 1 | ||||
-rw-r--r-- | unsupported/test/sparse_lu.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/unsupported/test/sparse_ldlt.cpp b/unsupported/test/sparse_ldlt.cpp index 8671807c9..618a22bf6 100644 --- a/unsupported/test/sparse_ldlt.cpp +++ b/unsupported/test/sparse_ldlt.cpp @@ -23,6 +23,7 @@ // Eigen. If not, see <http://www.gnu.org/licenses/>. #include "sparse.h" +#include <Eigen/SparseExtra> #ifdef EIGEN_TAUCS_SUPPORT #include <Eigen/TaucsSupport> diff --git a/unsupported/test/sparse_llt.cpp b/unsupported/test/sparse_llt.cpp index 97360f1ec..0c7340ccd 100644 --- a/unsupported/test/sparse_llt.cpp +++ b/unsupported/test/sparse_llt.cpp @@ -23,6 +23,7 @@ // Eigen. If not, see <http://www.gnu.org/licenses/>. #include "sparse.h" +#include <Eigen/SparseExtra> #ifdef EIGEN_CHOLMOD_SUPPORT #include <Eigen/CholmodSupport> diff --git a/unsupported/test/sparse_lu.cpp b/unsupported/test/sparse_lu.cpp index bdf79ca23..75aa7a924 100644 --- a/unsupported/test/sparse_lu.cpp +++ b/unsupported/test/sparse_lu.cpp @@ -23,6 +23,7 @@ // Eigen. If not, see <http://www.gnu.org/licenses/>. #include "sparse.h" +#include <Eigen/SparseExtra> #ifdef EIGEN_UMFPACK_SUPPORT #include <Eigen/UmfPackSupport> |