summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-18 00:21:17 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-18 00:21:17 +0000
commit01217e64f8d784ae640b129669fd3a87e84844b3 (patch)
treedfb6d32c3772642b3131f54b814d0995750d8f80 /gtk2_ardour
parent5a4d340b42ae2485d4bde4421f84c6220b24cab4 (diff)
Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic.
git-svn-id: svn://localhost/ardour2/branches/3.0@5098 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/lineset.h1
-rw-r--r--gtk2_ardour/port_matrix_component.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/lineset.h b/gtk2_ardour/lineset.h
index a1aaa0a4ed..08b3371121 100644
--- a/gtk2_ardour/lineset.h
+++ b/gtk2_ardour/lineset.h
@@ -18,6 +18,7 @@
#ifndef __gnome_canvas_lineset_h__
#define __gnome_canvas_lineset_h__
+#include <stdint.h>
#include <libgnomecanvasmm/item.h>
namespace Gnome {
diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h
index 6e1f37eae1..3980731e55 100644
--- a/gtk2_ardour/port_matrix_component.h
+++ b/gtk2_ardour/port_matrix_component.h
@@ -20,6 +20,7 @@
#ifndef __gtk_ardour_port_matrix_component_h__
#define __gtk_ardour_port_matrix_component_h__
+#include <stdint.h>
#include <gtkmm/eventbox.h>
class PortMatrix;