From a453d545080c5e8ec0cb54161ee826ad479d6d69 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 2 Mar 2009 20:06:31 +0000 Subject: fixes for gcc4.4 header paths git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4719 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/convert.cc | 1 + libs/pbd/pbd/convert.h | 1 + libs/pbd/shortpath.cc | 1 + libs/pbd/stacktrace.cc | 1 + 4 files changed, 4 insertions(+) (limited to 'libs') 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 #include #include #include 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 #include #include #include 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 #include 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 #include #include -- cgit v1.2.3