From 551cb9b7b4e56c51b56404723d582b7438a06bf9 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Fri, 9 Jul 2010 03:59:36 +0200 Subject: bench: use of Eigen/Array is deprecated + fix includes for iostream --- bench/benchFFT.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bench/benchFFT.cpp') diff --git a/bench/benchFFT.cpp b/bench/benchFFT.cpp index 0f0c9bb93..c3d5da7a1 100644 --- a/bench/benchFFT.cpp +++ b/bench/benchFFT.cpp @@ -22,6 +22,8 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see . +#include + #include #include #include -- cgit v1.2.3