1
0
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:
rbdannenberg
2010-10-28 21:22:14 +00:00
parent f274c9fb2b
commit 92950e22fd
3 changed files with 7 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
#include "Audacity.h"
#include "Experimental.h"
#include "Track.h"
#include "effects/TimeWarper.h"
#if defined(USE_MIDI)