diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 14:11:48 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 14:11:48 +0300 |
commit | b2259a0ad2da07729eb285eda4a833e5b0f1f7eb (patch) | |
tree | 9b1399e2376668ddea452b6fb0a7e5e1db2b782a /src/adlmidi_private.hpp | |
parent | ebee7962d7a2691e38d585dac9b9c0e3d286364c (diff) | |
download | libADLMIDI-b2259a0ad2da07729eb285eda4a833e5b0f1f7eb.tar.gz libADLMIDI-b2259a0ad2da07729eb285eda4a833e5b0f1f7eb.tar.bz2 libADLMIDI-b2259a0ad2da07729eb285eda4a833e5b0f1f7eb.zip |
Attempt to fix MSVC 2015 build
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 280232f..54d69b8 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -108,7 +108,6 @@ typedef int32_t ssize_t; #include <deque> #include <algorithm> -#include <iterator> /* * Workaround for some compilers are has no those macros in their headers! |