lib/icu/Converter: add missing <string_view> include

This commit is contained in:
Max Kellermann 2020-05-26 17:48:00 +02:00
parent 210c270624
commit 6cc58ccb9b
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#ifdef HAVE_ICU_CONVERTER
#include <memory>
#include <string_view>
#ifdef HAVE_ICU
struct UConverter;