summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/convert.h
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/pbd/convert.h
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/pbd/convert.h')
-rw-r--r--libs/pbd/pbd/convert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/convert.h b/libs/pbd/pbd/convert.h
index 83cd285098..f8358e8801 100644
--- a/libs/pbd/pbd/convert.h
+++ b/libs/pbd/pbd/convert.h
@@ -20,6 +20,7 @@
#ifndef __pbd_convert_h__
#define __pbd_convert_h__
+#include <stdint.h>
#include <string>
#include <vector>
#include <sstream>