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

@@ -17,6 +17,7 @@
#include "Project.h"
#include "LabelTrack.h"
#include "NoteTrack.h"
#include "WaveClip.h"
#include "WaveTrack.h"
inline bool operator < (SnapPoint s1, SnapPoint s2)