diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-08 00:24:04 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-08 00:24:04 +0300 |
commit | 9e529f121f5e19720e14f77cce65aed9ecf0ecf7 (patch) | |
tree | f2ad05b12864405cd7d6771848c66d93cdb14d66 /utils/gen_adldata/progs_cache.h | |
parent | e3fa4e69e09f8a475a5fcca6916532014e5b2338 (diff) | |
download | libADLMIDI-9e529f121f5e19720e14f77cce65aed9ecf0ecf7.tar.gz libADLMIDI-9e529f121f5e19720e14f77cce65aed9ecf0ecf7.tar.bz2 libADLMIDI-9e529f121f5e19720e14f77cce65aed9ecf0ecf7.zip |
Fixed Windows MSVC build (adlmidi2 and gen_adldata)
Diffstat (limited to 'utils/gen_adldata/progs_cache.h')
-rw-r--r-- | utils/gen_adldata/progs_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gen_adldata/progs_cache.h b/utils/gen_adldata/progs_cache.h index aa29c8a..7b4cd39 100644 --- a/utils/gen_adldata/progs_cache.h +++ b/utils/gen_adldata/progs_cache.h @@ -6,6 +6,7 @@ #include <utility> #include <memory> #include <cstring> +#include <algorithm> #include <cstdint> #include <string> #include <vector> |