mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-15 16:17:41 +02:00
Make EXPERIMENTAL_EFFECTS_RACK compilable
This commit is contained in:
parent
f7644c74f4
commit
010d720158
@ -12,6 +12,10 @@
|
||||
#include "../commands/CommandManager.h"
|
||||
#include "../prefs/TracksPrefs.h"
|
||||
|
||||
#ifdef EXPERIMENTAL_EFFECTS_RACK
|
||||
#include "../effects/EffectManager.h"
|
||||
#endif
|
||||
|
||||
#include <wx/scrolbar.h>
|
||||
|
||||
// private helper classes and functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user