aboutsummaryrefslogtreecommitdiffstats
path: root/src/Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Buffer.h')
-rw-r--r--src/Buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Buffer.h b/src/Buffer.h
index 077d654..711b804 100644
--- a/src/Buffer.h
+++ b/src/Buffer.h
@@ -34,7 +34,10 @@
#include <vector>
#include <memory>
#include <complex>
+#include "fpm/fixed.hpp"
+
typedef std::complex<float> complexf;
+typedef std::complex<fpm::fixed_16_16> complexfix;
/* Buffer is a container for a byte array, which is memory-aligned
* to 32 bytes for SSE performance.