mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-18 23:24:18 +01:00
Fix windows build
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#include <wx/tokenzr.h>
|
#include <wx/tokenzr.h>
|
||||||
#include <wx/modalhook.h>
|
#include <wx/modalhook.h>
|
||||||
|
#include <wx/filectrl.h>
|
||||||
|
|
||||||
#include "../FileDialog.h"
|
#include "../FileDialog.h"
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "Audacity.h" // for USE_* macros
|
#include "../Audacity.h" // for USE_* macros
|
||||||
#if USE_SOUNDTOUCH
|
#if USE_SOUNDTOUCH
|
||||||
|
|
||||||
#ifndef __AUDACITY_EFFECT_CHANGETEMPO__
|
#ifndef __AUDACITY_EFFECT_CHANGETEMPO__
|
||||||
|
|||||||
Reference in New Issue
Block a user