Commit 6cc58ccb authored by Max Kellermann's avatar Max Kellermann

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

parent 210c2706
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#ifdef HAVE_ICU_CONVERTER #ifdef HAVE_ICU_CONVERTER
#include <memory> #include <memory>
#include <string_view>
#ifdef HAVE_ICU #ifdef HAVE_ICU
struct UConverter; struct UConverter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment