From 4ebc967f7454769d73d995f38b1252422965c882 Mon Sep 17 00:00:00 2001 From: Lars Mewes Date: Sat, 9 Oct 2021 18:13:49 +0000 Subject: [PATCH] fixed includes --- MainWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.h b/MainWindow.h index 592cf78..5872cbc 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -33,7 +33,7 @@ #include "Tone.h" #include "ColorScale.h" #include "CircleOfFifths.h" - +#include "MidiProbe.h" class MainWindow : public QMainWindow {