summaryrefslogtreecommitdiffhomepage
path: root/testsuite.cpp
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2019-02-17 14:53:33 +0100
committerRoland Stigge <stigge@antcom.de>2019-02-17 14:53:33 +0100
commit308a53c389cdc2631860f434989cd57efbf91145 (patch)
tree2eadba9413a881045caedd589cc9aec7fda40134 /testsuite.cpp
parentfef594c82518a8fe4c96794852c1fc849c0ed3b3 (diff)
Implemented Tuner
Diffstat (limited to 'testsuite.cpp')
-rw-r--r--testsuite.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite.cpp b/testsuite.cpp
index 2b8042b..f925b7e 100644
--- a/testsuite.cpp
+++ b/testsuite.cpp
@@ -1,8 +1,9 @@
// FFT Test
-#include "fft.h"
#include "autocorrelation.h"
+#include "fft.h"
#include "tuner.h"
+#include "util.h"
#include <complex>
#include <chrono>