diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 05:01:50 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 05:01:50 +0300 |
commit | f20f618327deba5091a384eb749fd4b4f7c10a2f (patch) | |
tree | c1af15b9260aadce457732b3fd2e2ab39aaa469b /src/midi_sequencer_impl.hpp | |
parent | 96fef8f4aa43bc60b54e765da20d465a6830e0c7 (diff) | |
download | libADLMIDI-f20f618327deba5091a384eb749fd4b4f7c10a2f.tar.gz libADLMIDI-f20f618327deba5091a384eb749fd4b4f7c10a2f.tar.bz2 libADLMIDI-f20f618327deba5091a384eb749fd4b4f7c10a2f.zip |
Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header
Diffstat (limited to 'src/midi_sequencer_impl.hpp')
-rw-r--r-- | src/midi_sequencer_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/midi_sequencer_impl.hpp b/src/midi_sequencer_impl.hpp index 1d627fe..8c0e3dd 100644 --- a/src/midi_sequencer_impl.hpp +++ b/src/midi_sequencer_impl.hpp @@ -26,6 +26,7 @@ #include <stdio.h> #include <memory> #include <cstring> +#include <set> #include <assert.h> |