summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/note_base.cc')
-rw-r--r--gtk2_ardour/note_base.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/note_base.cc b/gtk2_ardour/note_base.cc
index 5e5d83e500..b70b821ade 100644
--- a/gtk2_ardour/note_base.cc
+++ b/gtk2_ardour/note_base.cc
@@ -21,13 +21,15 @@
#include "gtkmm2ext/keyboard.h"
+#include "evoral/Note.hpp"
+
#include "canvas/text.h"
#include "note_base.h"
-#include "midi_region_view.h"
#include "public_editor.h"
#include "editing_syms.h"
#include "keyboard.h"
+#include "midi_region_view.h"
using namespace std;
using namespace Gtkmm2ext;