From 5546e963c922aeafd5a9f1abc47a3f0ff9081ff8 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 16 Aug 2008 07:09:39 +0000 Subject: bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter --- Eigen/Cholesky | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/Cholesky') 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" -- cgit v1.2.3