From 9f9faf64d1c1ad6948c1fb168b2e5370847eef3e Mon Sep 17 00:00:00 2001 From: Andreya-Autumn Date: Wed, 10 Jul 2024 13:46:15 +0200 Subject: [PATCH] oh come on lol --- include/sst/voice-effects/generator/TiltNoise.h | 2 +- include/sst/voice-effects/modulation/NoiseAM.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sst/voice-effects/generator/TiltNoise.h b/include/sst/voice-effects/generator/TiltNoise.h index eeb7a85..89b39a5 100644 --- a/include/sst/voice-effects/generator/TiltNoise.h +++ b/include/sst/voice-effects/generator/TiltNoise.h @@ -24,7 +24,7 @@ #include "../VoiceEffectCore.h" #include -#include +#include #include "sst/basic-blocks/params/ParamMetadata.h" #include "sst/basic-blocks/dsp/rng_gen.h" diff --git a/include/sst/voice-effects/modulation/NoiseAM.h b/include/sst/voice-effects/modulation/NoiseAM.h index 573b275..f022193 100644 --- a/include/sst/voice-effects/modulation/NoiseAM.h +++ b/include/sst/voice-effects/modulation/NoiseAM.h @@ -24,7 +24,7 @@ #include "../VoiceEffectCore.h" #include -#include +#include #include "sst/basic-blocks/params/ParamMetadata.h" #include "sst/basic-blocks/dsp/BlockInterpolators.h"