From 0da7c26b10d362ffbb7b9d44d7add043f2d7192f Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 10 Nov 2017 21:42:25 +0300 Subject: 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 --- src/nukedopl3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nukedopl3.h') 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 +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3