make sure we use the right eigen version

This commit is contained in:
Gael Guennebaud 2016-12-08 12:00:11 +01:00
parent 8b4b00d277
commit bb297abb9e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <fstream>
#include <vector>
#include <string>
#include <Eigen/Core>
#include "eigen_src/Eigen/Core"
#include "../../BenchTimer.h"
using namespace Eigen;

View File

@ -3,7 +3,7 @@
#include <vector>
#include <string>
#include <functional>
#include <Eigen/Core>
#include "eigen_src/Eigen/Core"
#include "../../BenchTimer.h"
using namespace Eigen;