mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Previous version did not compile on OS X due to confusion between USE_MIDI and EXPERIMENTAL_MIDI_OUT and some missing includes that didn't bother Visual C++. This revision fixes OS X builds.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "Audacity.h"
|
||||
#include "Experimental.h"
|
||||
#include "Track.h"
|
||||
#include "effects/TimeWarper.h"
|
||||
|
||||
#if defined(USE_MIDI)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user