blob: f6f1a67867fb315d1f4ac49a22cac95576891cc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Fix build with ninja >= 1.12.0
https://github.com/muse-sequencer/muse/pull/1277
--- muse/components/confmport.cpp.orig 2023-09-24 15:12:36 UTC
+++ muse/components/confmport.cpp
@@ -45,7 +45,6 @@
#include "midiport.h"
#include "mididev.h"
#include "midisyncimpl.h"
-#include "midifilterimpl.h"
#include "ctrlcombo.h"
#include "minstrument.h"
#include "synth.h"
|