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

@ -23,6 +23,7 @@
#include <limits>
#include <stdexcept>
#include <stdint.h>
#include <cstdio>
#include "evoral/Control.hpp"
#include "evoral/ControlList.hpp"
#include "evoral/ControlSet.hpp"