aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index a0d4311f9..f5bcec52d 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -25,6 +25,8 @@ namespace Eigen {
* \endcode
*/
+#include "src/Array/CwiseOperators.h"
+#include "src/Array/Functors.h"
#include "src/Cholesky/Cholesky.h"
#include "src/Cholesky/CholeskyWithoutSquareRoot.h"