diff options
author | Gael Guennebaud <g.gael@free.fr> | 2011-01-27 13:51:39 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2011-01-27 13:51:39 +0100 |
commit | 255f2a13796aeb659c49cc1a99a3d90706fd24c7 (patch) | |
tree | 11f14d6c5329d20da9c46f0bfb84320da4681704 /unsupported/test | |
parent | 999678c3f0f93426713d6f723c7a15f7a6570f45 (diff) |
fix various compilations issues
Diffstat (limited to 'unsupported/test')
-rw-r--r-- | unsupported/test/mpreal_support.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/test/mpreal_support.cpp b/unsupported/test/mpreal_support.cpp index 4e8e583f0..df77bb8d2 100644 --- a/unsupported/test/mpreal_support.cpp +++ b/unsupported/test/mpreal_support.cpp @@ -1,5 +1,7 @@ #include "main.h" #include <Eigen/MPRealSupport> +#include <Eigen/LU> +#include <Eigen/Eigenvalues> using namespace mpfr; using namespace std; |