We should probably just add this to Audacity.h or something... ;-)
On 5/27/07 4:58 PM, "Martyn" <[EMAIL PROTECTED]> wrote: > Update of /cvsroot/audacity/audacity-src/src > In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31214/src > > Modified Files: > Mix.cpp > Log Message: > Missing include > > Index: Mix.cpp > =================================================================== > RCS file: /cvsroot/audacity/audacity-src/src/Mix.cpp,v > retrieving revision 1.63 > retrieving revision 1.64 > diff -u -d -r1.63 -r1.64 > --- Mix.cpp 27 May 2007 01:14:15 -0000 1.63 > +++ Mix.cpp 27 May 2007 21:58:29 -0000 1.64 > @@ -39,6 +39,7 @@ > #include "Prefs.h" > #include "Project.h" > #include "Resample.h" > +#include "float_cast.h" > > bool MixAndRender(TrackList *tracks, TrackFactory *trackFactory, > double rate, sampleFormat format, > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Audacity-cvs mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/audacity-cvs > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Audacity-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/audacity-cvs
