bench: use of Eigen/Array is deprecated + fix includes for iostream
diff --git a/bench/benchFFT.cpp b/bench/benchFFT.cpp index 0f0c9bb..c3d5da7 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 <http://www.gnu.org/licenses/>. +#include <iostream> + #include <bench/BenchUtil.h> #include <complex> #include <vector>