13
0

gcc-4.3 include fixes

git-svn-id: svn://localhost/ardour2/branches/3.0@3743 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2008-09-17 16:35:05 +00:00
parent 35192c107d
commit e6ea887276
3 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define __ardour_export_status_h__
#include <list>
#include <stdint.h>
#include <sigc++/signal.h>

View File

@ -18,6 +18,8 @@
*/
#include <string.h>
#include <ardour/export_file_io.h>
#include <ardour/export_failed.h>
#include <pbd/failed_constructor.h>

View File

@ -37,6 +37,8 @@
#include <ardour/export_utilities.h>
#include <string.h>
#include <ardour/export_failed.h>
#include <ardour/gdither.h>
#include <ardour/dB.h>