summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/convert.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-02 20:06:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-02 20:06:31 +0000
commita453d545080c5e8ec0cb54161ee826ad479d6d69 (patch)
tree1baee4a5900b2727bc35e3896ad51387f6f5e219 /libs/pbd/pbd/convert.h
parente90b45440ff7c1a80ff44904a7992c5c9a5d7b9b (diff)
fixes for gcc4.4 header paths
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4719 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>