aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NonLinearOptimization
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2010-01-27 23:43:15 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2010-01-27 23:43:15 +0100
commitbd732986bc0a60f5e138beb221e99c870e9e6ecd (patch)
tree9cfd90173ad125063ac07b00fc9ceb7d5727b5f9 /unsupported/Eigen/NonLinearOptimization
parent0ce5bc0d14557891ecd39144007e8e11d7887489 (diff)
fix compilation
Diffstat (limited to 'unsupported/Eigen/NonLinearOptimization')
-rw-r--r--unsupported/Eigen/NonLinearOptimization4
1 files changed, 3 insertions, 1 deletions
diff --git a/unsupported/Eigen/NonLinearOptimization b/unsupported/Eigen/NonLinearOptimization
index 8d8f4fe43..149b658f8 100644
--- a/unsupported/Eigen/NonLinearOptimization
+++ b/unsupported/Eigen/NonLinearOptimization
@@ -25,6 +25,8 @@
#ifndef EIGEN_NONLINEAROPTIMIZATION_MODULE
#define EIGEN_NONLINEAROPTIMIZATION_MODULE
+#include <vector>
+
#include <Eigen/Core>
#include <Eigen/Jacobi>
#include <Eigen/QR>
@@ -54,7 +56,7 @@ namespace Eigen {
* fortran. Those implementations have been carefully tuned, tested, and used
* for several decades.
*
- * The original fortran code was automatically translated (using f2c) in C and
+ * The original fortran code was automatically translated using f2c (http://en.wikipedia.org/wiki/F2c) in C,
* then c++, and then cleaned by several different authors.
* The last one of those cleanings being our starting point :
* http://devernay.free.fr/hacks/cminpack.html