aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchFFT.cpp
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2010-07-09 03:59:36 +0200
committerGravatar Thomas Capricelli <orzel@freehackers.org>2010-07-09 03:59:36 +0200
commit551cb9b7b4e56c51b56404723d582b7438a06bf9 (patch)
treec2059968212b409f66976849c7a2301efd3f369e /bench/benchFFT.cpp
parent951da96f146f3c6dc806a9e3d0fbbd96bbeb495b (diff)
bench: use of Eigen/Array is deprecated + fix includes for iostream
Diffstat (limited to 'bench/benchFFT.cpp')
-rw-r--r--bench/benchFFT.cpp2
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+#include <iostream>
+
#include <bench/BenchUtil.h>
#include <complex>
#include <vector>