aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchFFT.cpp
diff options
context:
space:
mode:
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>