aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchBlasGemm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/benchBlasGemm.cpp')
-rw-r--r--bench/benchBlasGemm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/benchBlasGemm.cpp b/bench/benchBlasGemm.cpp
index a4a9e780a..85fbdb219 100644
--- a/bench/benchBlasGemm.cpp
+++ b/bench/benchBlasGemm.cpp
@@ -7,7 +7,8 @@
// #define EIGEN_DEFAULT_TO_ROW_MAJOR
#define _FLOAT
-#include <Eigen/Array>
+#include <iostream>
+
#include <Eigen/Core>
#include "BenchTimer.h"