From 0547694ac31ac6e30845cf9ed482d09435262fc8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 13 Nov 2014 00:10:13 +0100 Subject: [PATCH] fix compilation with gcc-4.9.1 --- gtk2_ardour/note_select_dialog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/note_select_dialog.h b/gtk2_ardour/note_select_dialog.h index 607dbe1506..910728f2fb 100644 --- a/gtk2_ardour/note_select_dialog.h +++ b/gtk2_ardour/note_select_dialog.h @@ -20,6 +20,7 @@ #ifndef __gtk2_ardour_note_select_dialog_h__ #define __gtk2_ardour_note_select_dialog_h__ +#include #include "ardour_dialog.h" #include "gtk_pianokeyboard.h"