From fd5e2199930dbe9f79b728af5f86aa75c8fd9fb4 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 21 Jul 2020 06:34:41 +0200 Subject: [PATCH] Added export for new complex decimator class --- sdrbase/dsp/decimatorc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdrbase/dsp/decimatorc.h b/sdrbase/dsp/decimatorc.h index 1c722e899..39b9593b7 100644 --- a/sdrbase/dsp/decimatorc.h +++ b/sdrbase/dsp/decimatorc.h @@ -23,10 +23,11 @@ #include "dsp/dsptypes.h" #include "dsp/inthalfbandfiltereof.h" +#include "export.h" #define DECIMATORSXS_HB_FILTER_ORDER 64 -class DecimatorC +class SDRBASE_API DecimatorC { public: DecimatorC();