1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02: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

@ -47,6 +47,7 @@
#include <wx/sizer.h>
#include <wx/tokenzr.h>
#include <wx/modalhook.h>
#include <wx/filectrl.h>
#include "../FileDialog.h"

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__