aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchCholesky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/benchCholesky.cpp')
-rw-r--r--bench/benchCholesky.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/bench/benchCholesky.cpp b/bench/benchCholesky.cpp
index c722d6b98..ca9bb20bc 100644
--- a/bench/benchCholesky.cpp
+++ b/bench/benchCholesky.cpp
@@ -8,7 +8,9 @@
// -DTRIES=10
// -DSCALAR=double
-#include <Eigen/Array>
+#include <iostream>
+
+#include <Eigen/Core>
#include <Eigen/Cholesky>
#include <bench/BenchUtil.h>
using namespace Eigen;