From 88b9aaeabbde377572680f8f559a9065d314b837 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Fri, 15 Sep 2023 11:18:24 -0700 Subject: [PATCH] Missing include --- firmware/src/patch_play/patch_player.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/src/patch_play/patch_player.hh b/firmware/src/patch_play/patch_player.hh index cf8d1c8cd..bf035885e 100644 --- a/firmware/src/patch_play/patch_player.hh +++ b/firmware/src/patch_play/patch_player.hh @@ -12,6 +12,7 @@ #include "util/countzip.hh" #include "util/math.hh" #include +#include #include #include