13
0

added stdint for compilation

git-svn-id: svn://localhost/trunk/ardour2@478 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Jesse Chappell 2006-04-25 20:41:43 +00:00
parent 5f21dc5a47
commit 7704591a4d

View File

@ -18,6 +18,7 @@
*/
#include <cmath>
#include <stdint.h>
#include "pbd/convert.h"