fix compilation (for some reason the pb happens only under windows)

This commit is contained in:
Thomas Capricelli 2009-12-11 02:38:28 +01:00
parent d2e44f2636
commit 7d444375e7

View File

@ -26,6 +26,7 @@
#define EIGEN_NONLINEAROPTIMIZATION_MODULE
#include <Eigen/Core>
#include <Eigen/Jacobi>
#include <unsupported/Eigen/NumericalDiff>
namespace Eigen {