mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
WaveTrack.h does not include WaveClip.h
This commit is contained in:
@@ -22,6 +22,7 @@ updating the ODPCMAliasBlockFile and the GUI of the newly available data.
|
||||
#include "../AudacityException.h"
|
||||
#include "../blockfile/ODPCMAliasBlockFile.h"
|
||||
#include "../Sequence.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include <wx/wx.h>
|
||||
|
||||
|
@@ -21,6 +21,7 @@ updating the ODDecodeBlockFile and the GUI of the newly available data.
|
||||
|
||||
#include "../blockfile/ODDecodeBlockFile.h"
|
||||
#include "../Sequence.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include <wx/wx.h>
|
||||
|
||||
|
@@ -21,6 +21,7 @@ in a background thread.
|
||||
#include "ODTask.h"
|
||||
|
||||
#include "ODManager.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Project.h"
|
||||
#include "../UndoManager.h"
|
||||
|
Reference in New Issue
Block a user