aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/perf_monitoring/gemm_common.h2
-rw-r--r--bench/perf_monitoring/gemv_common.h2
2 files changed, 2 insertions, 2 deletions
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 <fstream>
#include <vector>
#include <string>
-#include <Eigen/Core>
+#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 <vector>
#include <string>
#include <functional>
-#include <Eigen/Core>
+#include "eigen_src/Eigen/Core"
#include "../../BenchTimer.h"
using namespace Eigen;