commit | b2e7329356ae0ab8db44d476aab85a326ec75f5e | [log] [tgz] |
---|---|---|
author | Thomas Capricelli <orzel@freehackers.org> | Mon Mar 08 20:34:24 2010 +0100 |
committer | Thomas Capricelli <orzel@freehackers.org> | Mon Mar 08 20:34:24 2010 +0100 |
tree | f6ad1af60a4052c232d454f2b522357fb6bdacc9 | |
parent | 89343a38afab4c2a677614eb928881040b763941 [diff] |
tests : fix compilation issues, adding <iostream> and removing <Eigen/Array>
diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in index b0bcb62..5cfcbfe 100644 --- a/doc/snippets/compile_snippet.cpp.in +++ b/doc/snippets/compile_snippet.cpp.in
@@ -4,6 +4,7 @@ #include <Eigen/Cholesky> #include <Eigen/Geometry> #include <Eigen/Jacobi> +#include <iostream> using namespace Eigen; using namespace std;