mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
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:
parent
35192c107d
commit
e6ea887276
3 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#define __ardour_export_status_h__
|
||||
|
||||
#include <list>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sigc++/signal.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <ardour/export_file_io.h>
|
||||
#include <ardour/export_failed.h>
|
||||
#include <pbd/failed_constructor.h>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue