1
0
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:
Paul Licameli
2018-12-04 21:54:40 -05:00
parent 5e7d41ec07
commit b4ce681867
23 changed files with 62 additions and 29 deletions

View File

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

View File

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

View File

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