From bb297abb9e05aa3056a6fc5c8627e8c098abd28e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Dec 2016 12:00:11 +0100 Subject: make sure we use the right eigen version --- bench/perf_monitoring/gemm_common.h | 2 +- bench/perf_monitoring/gemv_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bench') diff --git a/bench/perf_monitoring/gemm_common.h b/bench/perf_monitoring/gemm_common.h index a1a2d4fb0..4d4a5c0f9 100644 --- a/bench/perf_monitoring/gemm_common.h +++ b/bench/perf_monitoring/gemm_common.h @@ -2,7 +2,7 @@ #include #include #include -#include +#include "eigen_src/Eigen/Core" #include "../../BenchTimer.h" using namespace Eigen; diff --git a/bench/perf_monitoring/gemv_common.h b/bench/perf_monitoring/gemv_common.h index 727784065..25a5280a0 100644 --- a/bench/perf_monitoring/gemv_common.h +++ b/bench/perf_monitoring/gemv_common.h @@ -3,7 +3,7 @@ #include #include #include -#include +#include "eigen_src/Eigen/Core" #include "../../BenchTimer.h" using namespace Eigen; -- cgit v1.2.3