diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-10 21:42:25 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-10 21:42:25 +0300 |
commit | 0da7c26b10d362ffbb7b9d44d7add043f2d7192f (patch) | |
tree | 1aa0b0e3c3bb0f557488bdd8e4d35d74b2d9c736 /src/nukedopl3.h | |
parent | 472cd580a2646d53a86c5bbdce890a3798754200 (diff) | |
download | libADLMIDI-0da7c26b10d362ffbb7b9d44d7add043f2d7192f.tar.gz libADLMIDI-0da7c26b10d362ffbb7b9d44d7add043f2d7192f.tar.bz2 libADLMIDI-0da7c26b10d362ffbb7b9d44d7add043f2d7192f.zip |
Incomplete attempt to provide support for OpenWattcom compiler
Yeah, I see it lacks A LOT OF things: std::vector lacks .data() member, std::map lacks .count() member, there is no any std::stringstream implementations, etc.
SOLUTION: Try to use STLPort to provide missing STL support for this compiler
Diffstat (limited to 'src/nukedopl3.h')
-rw-r--r-- | src/nukedopl3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nukedopl3.h b/src/nukedopl3.h index 0a686e2..5a92d05 100644 --- a/src/nukedopl3.h +++ b/src/nukedopl3.h @@ -28,6 +28,7 @@ #define OPL_OPL3_H #include <inttypes.h> +#include <stdint.h> #ifdef __cplusplus extern "C" { |