1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 15:19:29 +02:00

Fix VS build, and hope it doesn't break others.

This commit is contained in:
martynshaw99 2010-10-28 23:07:33 +00:00
parent 92950e22fd
commit b368c2d4d2

View File

@ -22,7 +22,7 @@ effect that uses SoundTouch to do its processing (ChangeTempo
#include "../Project.h"
#include "SoundTouchEffect.h"
#include "TimeWarper.h"
#include "NoteTrack.h"
#include "../NoteTrack.h"
bool EffectSoundTouch::ProcessLabelTrack(Track *track)
{