mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix mac build. No standard headers in Audacity.h.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "../LabelTrack.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../MemoryX.h"
|
||||
|
||||
// Define keys, defaults, minimums, and maximums for the effect parameters
|
||||
//
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "TimeWarper.h"
|
||||
|
||||
#include <memory>
|
||||
#include "../MemoryX.h"
|
||||
|
||||
bool Generator::Process()
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "Effect.h"
|
||||
|
||||
#include <memory>
|
||||
#include "../MemoryX.h"
|
||||
|
||||
#define NOISEREDUCTION_PLUGIN_SYMBOL XO("Noise Reduction")
|
||||
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
#include "audacity/ConfigInterface.h"
|
||||
|
||||
#include "VSTEffect.h"
|
||||
#include "../../MemoryX.h"
|
||||
|
||||
// NOTE: To debug the subprocess, use wxLogDebug and, on Windows, Debugview
|
||||
// from TechNet (Sysinternals).
|
||||
|
||||
Reference in New Issue
Block a user