aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Regression
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-22 01:19:53 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-22 01:19:53 +0000
commita814ebe1807877b9a65f9b2845b6f6c265b783f3 (patch)
treeb3a04c6edeba2259e50f526a26e142517e8588e7 /Eigen/Regression
parentdb628c6ad733341be7ea974ac00b3446d2c1e247 (diff)
fix a number of compiler errors and warnings with gcc 4.3. There was a missing
#include<algorithm> so I'm not sure how it compiled at all for you :)
Diffstat (limited to 'Eigen/Regression')
-rw-r--r--Eigen/Regression1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Regression b/Eigen/Regression
index 8213ff77f..5504f922c 100644
--- a/Eigen/Regression
+++ b/Eigen/Regression
@@ -2,6 +2,7 @@
#define EIGEN_REGRESSION_MODULE_H
#include "LU"
+#include "QR"
namespace Eigen {