summaryrefslogtreecommitdiff
path: root/libs/pbd/convert.cc
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 /libs/pbd/convert.cc
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 'libs/pbd/convert.cc')
-rw-r--r--libs/pbd/convert.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/convert.cc b/libs/pbd/convert.cc
index fc84bbad5e..617fbec473 100644
--- a/libs/pbd/convert.cc
+++ b/libs/pbd/convert.cc
@@ -20,6 +20,7 @@
#include <cmath>
#include <stdint.h>
#include <stdlib.h>
+#include <cstdio>
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif