fixes for gcc4.4 header paths

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4719 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-03-02 20:06:31 +00:00
parent e90b45440f
commit a453d54508
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/*
Copyright (C) 2000-2007 Paul Davis

View File

@ -17,6 +17,7 @@
*/
#include <cstdio>
#include <cmath>
#include <locale>
#include <algorithm>

View File

@ -20,6 +20,7 @@
#ifndef __pbd_convert_h__
#define __pbd_convert_h__
#include <stdint.h>
#include <string>
#include <vector>
#include <sstream>

View File

@ -17,6 +17,7 @@
*/
#include <stdint.h>
#include <pbd/shortpath.h>
using namespace Glib;

View File

@ -17,6 +17,7 @@
*/
#include <cstdio>
#include <pbd/stacktrace.h>
#include <iostream>