aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 9f3566377..369d1f5ec 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -31,6 +31,7 @@
#include "src/Cholesky/LLT.h"
#include "src/Cholesky/LDLT.h"
#ifdef EIGEN_USE_LAPACKE
+#include "src/misc/lapacke.h"
#include "src/Cholesky/LLT_LAPACKE.h"
#endif