tests : fix compilation issues, adding <iostream> and removing

<Eigen/Array>
This commit is contained in:
Thomas Capricelli
2010-03-08 20:34:24 +01:00
parent 89343a38af
commit b2e7329356
17 changed files with 18 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#include <Eigen/Core>
#include <iostream>
USING_PART_OF_NAMESPACE_EIGEN
using namespace std;