Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv15942

Modified Files:
        SampleFormat.h Theme.h Track.h 
Log Message:
Including missing includes (I think).

Index: SampleFormat.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/SampleFormat.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- SampleFormat.h      18 Jun 2007 16:10:54 -0000      1.7
+++ SampleFormat.h      25 Jun 2007 23:12:34 -0000      1.8
@@ -11,6 +11,7 @@
 #ifndef __AUDACITY_SAMPLE_FORMAT__
 #define __AUDACITY_SAMPLE_FORMAT__
 
+#include "Audacity.h"
 #include <wx/defs.h>
 
 //

Index: Track.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Track.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Track.h     18 Jun 2007 16:10:54 -0000      1.38
+++ Track.h     25 Jun 2007 23:12:34 -0000      1.39
@@ -11,6 +11,7 @@
 #ifndef __AUDACITY_TRACK__
 #define __AUDACITY_TRACK__
 
+#include "Audacity.h"
 #include <wx/string.h>
 #include <wx/dynarray.h>
 #include <wx/longlong.h>

Index: Theme.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Theme.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Theme.h     18 Jun 2007 16:10:54 -0000      1.13
+++ Theme.h     25 Jun 2007 23:12:34 -0000      1.14
@@ -14,6 +14,7 @@
 #ifndef __AUDACITY_THEME__
 #define __AUDACITY_THEME__
 
+#include "../Audacity.h"
 #include <wx/defs.h>
 #include <wx/dynarray.h>
 #include <wx/bitmap.h>


-------------------------------------------------------------------------
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

Reply via email to