diff options
Diffstat (limited to 'unsupported/test')
-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> |