From 2ca5f3a386a1ca63433d6d13bb66f5e46fb2a854 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 15 Dec 2020 13:36:55 -0500 Subject: unicode.h: Updates - Remove from emu.h (except for UTF8_xxx macros, which have been transplanted to emucore.h since a lot of drivers use them) and osdepend.h - Add std::string_view overrides for uchar_from_utf8 and normalize_unicode --- src/emu/softlist_dev.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/emu/softlist_dev.cpp') diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index a69f6ccab00..c6768155f16 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -16,6 +16,8 @@ #include "romload.h" #include "validity.h" +#include "unicode.h" + #include -- cgit v1.2.3-70-g09d2