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
This commit is contained in:
Carl Hetherington 2009-05-18 00:21:17 +00:00
parent 5a4d340b42
commit 01217e64f8
14 changed files with 14 additions and 0 deletions

View file

@ -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;