From a1e7a90efcd4100343528baec23601673eb1a1f5 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 15 Feb 2026 12:50:11 +0100 Subject: [PATCH] add include --- modulation/stereo_encoder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modulation/stereo_encoder.h b/modulation/stereo_encoder.h index 73a545a..fc66ecb 100644 --- a/modulation/stereo_encoder.h +++ b/modulation/stereo_encoder.h @@ -7,6 +7,7 @@ #ifdef STEREO_SSB #include #include +#include typedef struct delay_line_t { float *buffer;