From 506f17ca75f680d3582ac7463d664788ece2a2c9 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 29 Jun 2024 08:28:10 +0200 Subject: [PATCH] add missing includes --- synth/voice_allocator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synth/voice_allocator.h b/synth/voice_allocator.h index 0d9dd66..f9b6984 100644 --- a/synth/voice_allocator.h +++ b/synth/voice_allocator.h @@ -2,6 +2,8 @@ #include "ivoice.h" #include "midi_event.h" #include +#include +#include namespace trnr {