X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fmidi_scene_change.h;h=245b749272827d784b07486243cc45c233ee0240;hb=11da4a83e499db74e75d5b59973b0e52b0c1277a;hp=f0b516cacfa5ee4c8e88b95c82f092f26cd85286;hpb=3d0efb8bf7b5fe2c3d73359f278bb74eaa7ddc41;p=ardour.git diff --git a/libs/ardour/ardour/midi_scene_change.h b/libs/ardour/ardour/midi_scene_change.h index f0b516cacf..245b749272 100644 --- a/libs/ardour/ardour/midi_scene_change.h +++ b/libs/ardour/ardour/midi_scene_change.h @@ -22,6 +22,8 @@ #include "evoral/PatchChange.hpp" +#include "pbd/signals.h" + #include "ardour/scene_change.h" namespace ARDOUR @@ -51,7 +53,7 @@ class MIDISceneChange : public SceneChange XMLNode& get_state(); int set_state (const XMLNode&, int version); - bool operator==(const MIDISceneChange& other) const; + bool operator==(const MIDISceneChange& other) const; private: int _bank; @@ -60,6 +62,6 @@ class MIDISceneChange : public SceneChange }; } /* namespace */ - + #endif /* __libardour_scene_change_h__ */