diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-09-11 13:32:07 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-09-11 13:32:07 +0200 |
commit | 6a90c71084b2d21c01346075924ebe01b9cfd051 (patch) | |
tree | 784e48b7ebc4729527d6acc490cb511f0663c188 /src/adlmidi_private.hpp | |
parent | 0fcbbb0c01e850a39bc3ba36b070f0f0bfa8c135 (diff) | |
download | libADLMIDI-6a90c71084b2d21c01346075924ebe01b9cfd051.tar.gz libADLMIDI-6a90c71084b2d21c01346075924ebe01b9cfd051.tar.bz2 libADLMIDI-6a90c71084b2d21c01346075924ebe01b9cfd051.zip |
have consistent null checks and returns
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index d179d72..c5b70ee 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -82,6 +82,7 @@ typedef int32_t ssize_t; //#else #include <map> #include <set> +#include <new> // nothrow //#endif #include <cstdlib> #include <cstring> |