From 5838f078a70f24ad4b60498abca531e42caae8fb Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 3 Jan 2017 11:30:27 +0100 Subject: Fix inclusion --- 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 4d4a5c0f9..30dbc0df6 100644 --- a/bench/perf_monitoring/gemm_common.h +++ b/bench/perf_monitoring/gemm_common.h @@ -3,7 +3,7 @@ #include #include #include "eigen_src/Eigen/Core" -#include "../../BenchTimer.h" +#include "../BenchTimer.h" using namespace Eigen; #ifndef SCALAR diff --git a/bench/perf_monitoring/gemv_common.h b/bench/perf_monitoring/gemv_common.h index 25a5280a0..cc3257729 100644 --- a/bench/perf_monitoring/gemv_common.h +++ b/bench/perf_monitoring/gemv_common.h @@ -4,7 +4,7 @@ #include #include #include "eigen_src/Eigen/Core" -#include "../../BenchTimer.h" +#include "../BenchTimer.h" using namespace Eigen; #ifndef SCALAR -- cgit v1.2.3