From 778105cbb43c0d7df2ae97a2673792761e238e68 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 22 Apr 2022 22:55:20 +0200 Subject: [PATCH] #include "kernel.h" --- src/mididevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mididevice.cpp b/src/mididevice.cpp index 9f3ff86..3843282 100644 --- a/src/mididevice.cpp +++ b/src/mididevice.cpp @@ -20,6 +20,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . // +#include "kernel.h" #include "mididevice.h" #include "minidexed.h" #include "config.h"