1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01: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

@@ -12,6 +12,7 @@
#include "../TimeTrack.h"
#include "../TrackPanel.h"
#include "../UndoManager.h"
#include "../WaveClip.h"
#include "../WaveTrack.h"
#include "../commands/CommandContext.h"
#include "../commands/CommandManager.h"