1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +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

@@ -37,6 +37,7 @@ of the BlockFile system.
#include "DirManager.h"
#include "ShuttleGui.h"
#include "Project.h"
#include "WaveClip.h"
#include "WaveTrack.h"
#include "Sequence.h"
#include "Prefs.h"