mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Fix missing include for allegro
Allegro, for some reason, does not include <cstring>, which causes compile errors when including the header.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
#include "../lib-src/portmidi/pm_common/portmidi.h"
|
||||
#include "../lib-src/portmidi/porttime/porttime.h"
|
||||
#include <cstring> // Allegro include fails if this header isn't included do to no memcpy
|
||||
#include "../lib-src/portsmf/allegro.h"
|
||||
|
||||
class NoteTrack;
|
||||
|
Reference in New Issue
Block a user