aboutsummaryrefslogtreecommitdiffstats
path: root/src/Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Buffer.h')
-rw-r--r--src/Buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Buffer.h b/src/Buffer.h
index af52e93..077d654 100644
--- a/src/Buffer.h
+++ b/src/Buffer.h
@@ -33,6 +33,8 @@
#include <vector>
#include <memory>
+#include <complex>
+typedef std::complex<float> complexf;
/* Buffer is a container for a byte array, which is memory-aligned
* to 32 bytes for SSE performance.