Fix inclusion

This commit is contained in:
Gael Guennebaud 2017-01-03 11:30:27 +01:00
parent 8702562177
commit 5838f078a7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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