diff options
author | 2021-01-02 15:53:02 -0500 | |
---|---|---|
committer | 2021-01-02 15:53:07 -0500 | |
commit | c0933daa5af1ab1bdf51b0ae380cf2e5c4f079bb (patch) | |
tree | 7cd385769f5a3588e614414929899897656d2982 /src | |
parent | 60e518cc505ad5de6331a5da0d8291346757b9bd (diff) |
disasmintf.h: Attempt at fixing build on other compilers
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/util/disasmintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/disasmintf.h b/src/lib/util/disasmintf.h index 4a07e722c53..c1365d9d185 100644 --- a/src/lib/util/disasmintf.h +++ b/src/lib/util/disasmintf.h @@ -14,6 +14,7 @@ #define MAME_UTIL_DISASMINTF_H #include "osdcomm.h" +#include <ostream> namespace util { |