aboutsummaryrefslogtreecommitdiffstats
path: root/src/Buffer.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-10-05 17:24:31 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-10-05 17:24:31 +0200
commitb563b465e8b3df367da7799e789d29e0009cb96a (patch)
tree2ddc718b8c4df52625f074f2810b7a7c21559665 /src/Buffer.h
parentd59e9588660c1f7fe956aa2b97e3691070a4ce04 (diff)
downloaddabmod-b563b465e8b3df367da7799e789d29e0009cb96a.tar.gz
dabmod-b563b465e8b3df367da7799e789d29e0009cb96a.tar.bz2
dabmod-b563b465e8b3df367da7799e789d29e0009cb96a.zip
Move typedef of complexf to Buffer.h
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.