From 6cc58ccb9b53a00462ea1bd11e7fc449357a8670 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 May 2020 17:48:00 +0200 Subject: [PATCH] lib/icu/Converter: add missing include --- src/lib/icu/Converter.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/icu/Converter.hxx b/src/lib/icu/Converter.hxx index f7e3eabe3..ca4eeca48 100644 --- a/src/lib/icu/Converter.hxx +++ b/src/lib/icu/Converter.hxx @@ -34,6 +34,7 @@ #ifdef HAVE_ICU_CONVERTER #include +#include #ifdef HAVE_ICU struct UConverter;