commit | 551cb9b7b4e56c51b56404723d582b7438a06bf9 | [log] [tgz] |
---|---|---|
author | Thomas Capricelli <orzel@freehackers.org> | Fri Jul 09 03:59:36 2010 +0200 |
committer | Thomas Capricelli <orzel@freehackers.org> | Fri Jul 09 03:59:36 2010 +0200 |
tree | c2059968212b409f66976849c7a2301efd3f369e | |
parent | 951da96f146f3c6dc806a9e3d0fbbd96bbeb495b [diff] [blame] |
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>