1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

Fix windows build

This commit is contained in:
James Crook
2019-03-23 21:00:40 +00:00
parent 3b87af1d07
commit 8426580f8e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
**********************************************************************/
#include "Audacity.h" // for USE_* macros
#include "../Audacity.h" // for USE_* macros
#if USE_SOUNDTOUCH
#ifndef __AUDACITY_EFFECT_CHANGETEMPO__