From 1d83a2b247f8e83bbce802a272ffa165bbc6333f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 8 Oct 2024 15:25:45 +0200 Subject: Get fixed_point working with USRP --- src/FormatConverter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/FormatConverter.h') diff --git a/src/FormatConverter.h b/src/FormatConverter.h index 05511c0..27ca0b1 100644 --- a/src/FormatConverter.h +++ b/src/FormatConverter.h @@ -33,10 +33,8 @@ #endif #include "ModPlugin.h" -#include #include #include -#include class FormatConverter : public ModCodec { @@ -45,6 +43,7 @@ class FormatConverter : public ModCodec // Allowed formats: s8, u8 and s16 FormatConverter(const std::string& format); + virtual ~FormatConverter(); int process(Buffer* const dataIn, Buffer* dataOut); const char* name(); -- cgit v1.2.3