summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_select_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-13 00:10:13 +0100
committerRobin Gareus <robin@gareus.org>2014-11-13 00:11:32 +0100
commit0547694ac31ac6e30845cf9ed482d09435262fc8 (patch)
treeadeeb3d16a56d9ca78f6add7c820e8869c19655c /gtk2_ardour/note_select_dialog.h
parent533b545295d6792daf14f009654af36ad2240fa3 (diff)
fix compilation with gcc-4.9.1
Diffstat (limited to 'gtk2_ardour/note_select_dialog.h')
-rw-r--r--gtk2_ardour/note_select_dialog.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
#include "ardour_dialog.h"
#include "gtk_pianokeyboard.h"