aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchFFT.cpp
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2009-10-30 19:46:45 -0400
committerGravatar Mark Borgerding <mark@borgerding.net>2009-10-30 19:46:45 -0400
commit0fa68b9e50ba8b9e7eca9127ba5b10262e2e25d9 (patch)
treee20da933a4010a09eb695b444b6b83bc991eb199 /bench/benchFFT.cpp
parenta2268ca6b3b3dc132c984c6e7eacf13af3ef3428 (diff)
switched to BenchUtil.h
Diffstat (limited to 'bench/benchFFT.cpp')
-rw-r--r--bench/benchFFT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/benchFFT.cpp b/bench/benchFFT.cpp
index fccc02a6c..3104929ba 100644
--- a/bench/benchFFT.cpp
+++ b/bench/benchFFT.cpp
@@ -22,10 +22,10 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
+#include <bench/BenchUtil.h>
#include <complex>
#include <vector>
#include <Eigen/Core>
-#include <bench/BenchTimer.h>
#include <unsupported/Eigen/FFT>