aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/SVD')
-rw-r--r--Eigen/SVD1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/SVD b/Eigen/SVD
index 5eee46df5..c3d24286c 100644
--- a/Eigen/SVD
+++ b/Eigen/SVD
@@ -21,6 +21,7 @@
*/
#include "src/misc/Solve.h"
+#include "src/SVD/SVDBase.h"
#include "src/SVD/JacobiSVD.h"
#if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)
#include "src/SVD/JacobiSVD_MKL.h"