Add missing #include for NoteType

This commit is contained in:
Robin Gareus 2023-09-24 14:27:29 +02:00
parent 184bd500f7
commit 32efd92360
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include <gtkmm/table.h>
#include <gtkmm/treeview.h>
#include "temporal/beats.h"
#include "ardour/session_handle.h"
#include "ardour_window.h"