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();