summaryrefslogtreecommitdiff
path: root/libs
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
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')
-rw-r--r--libs/pbd/convert.cc1
-rw-r--r--libs/pbd/pbd/convert.h1
-rw-r--r--libs/pbd/shortpath.cc1
-rw-r--r--libs/pbd/stacktrace.cc1
4 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/convert.cc b/libs/pbd/convert.cc
index 3c27026546..cd30f50a2b 100644
--- a/libs/pbd/convert.cc
+++ b/libs/pbd/convert.cc
@@ -17,6 +17,7 @@
*/
+#include <cstdio>
#include <cmath>
#include <locale>
#include <algorithm>
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>
diff --git a/libs/pbd/shortpath.cc b/libs/pbd/shortpath.cc
index 9f9598e617..7a075a5b4e 100644
--- a/libs/pbd/shortpath.cc
+++ b/libs/pbd/shortpath.cc
@@ -17,6 +17,7 @@
*/
+#include <stdint.h>
#include <pbd/shortpath.h>
using namespace Glib;
diff --git a/libs/pbd/stacktrace.cc b/libs/pbd/stacktrace.cc
index 1d7190fcbf..304859c2d3 100644
--- a/libs/pbd/stacktrace.cc
+++ b/libs/pbd/stacktrace.cc
@@ -17,6 +17,7 @@
*/
+#include <cstdio>
#include <pbd/stacktrace.h>
#include <iostream>