From 4561e169e9a45469f04457f760294dd6ef1a68df Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Thu, 12 Mar 2026 07:04:51 +0100 Subject: [PATCH] Fix build Heck --- libs/JSystem/include/JSystem/JAudio2/JASChannel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/JSystem/include/JSystem/JAudio2/JASChannel.h b/libs/JSystem/include/JSystem/JAudio2/JASChannel.h index 53bf064d16..89bc381575 100644 --- a/libs/JSystem/include/JSystem/JAudio2/JASChannel.h +++ b/libs/JSystem/include/JSystem/JAudio2/JASChannel.h @@ -6,6 +6,7 @@ #include "JSystem/JAudio2/JASOscillator.h" #include "JSystem/JAudio2/JASSoundParams.h" #include "JSystem/JAudio2/JASWaveInfo.h" +#include "JSystem/JAudio2/JASDSPInterface.h" #include struct JASDSPChannel;