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