From f5a139659c7dabd157615f619fe9a630bb37bc22 Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Thu, 3 Oct 2024 20:25:05 +0000 Subject: [PATCH] fix missing struct --- src/dpp/voice/stub/stub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dpp/voice/stub/stub.h b/src/dpp/voice/stub/stub.h index 666d0d56b4..db6c21ebff 100644 --- a/src/dpp/voice/stub/stub.h +++ b/src/dpp/voice/stub/stub.h @@ -61,4 +61,5 @@ namespace dpp::dave { }; namespace dpp { struct dave_state {}; + struct audio_mixer {}; } \ No newline at end of file