summaryrefslogtreecommitdiffhomepage
path: root/testsuite.cpp
diff options
context:
space:
mode:
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>