diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-28 21:17:26 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-28 21:17:26 +0300 |
commit | e94f88561c562148d8d2b95d36d674e58af9aa0d (patch) | |
tree | 48ccee9a31981f9af31857c474b3268d023b1754 /src/adlmidi_load.cpp | |
parent | e8ee60077f40b69eeec28fe84b015bf6b73205b5 (diff) | |
download | libADLMIDI-e94f88561c562148d8d2b95d36d674e58af9aa0d.tar.gz libADLMIDI-e94f88561c562148d8d2b95d36d674e58af9aa0d.tar.bz2 libADLMIDI-e94f88561c562148d8d2b95d36d674e58af9aa0d.zip |
Minor fix: Don't include midi_sequencer.hpp when it's off
Diffstat (limited to 'src/adlmidi_load.cpp')
-rw-r--r-- | src/adlmidi_load.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index 1da8b03..9528c18 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -26,7 +26,9 @@ #include "adlmidi_private.hpp" #include "adlmidi_cvt.hpp" #include "file_reader.hpp" +#ifndef ADLMIDI_DISABLE_MIDI_SEQUENCER #include "midi_sequencer.hpp" +#endif #include "wopl/wopl_file.h" bool MIDIplay::LoadBank(const std::string &filename) |