lib/icu/Converter: add missing <string_view> include
This commit is contained in:
parent
210c270624
commit
6cc58ccb9b
|
@ -34,6 +34,7 @@
|
|||
#ifdef HAVE_ICU_CONVERTER
|
||||
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
#ifdef HAVE_ICU
|
||||
struct UConverter;
|
||||
|
|
Loading…
Reference in New Issue