File fix_utf8cpp.patch of Package organicmaps
Index: organicmaps-2025.03.02/base/string_utils.hpp =================================================================== --- organicmaps-2025.03.02.orig/base/string_utils.hpp +++ organicmaps-2025.03.02/base/string_utils.hpp @@ -15,7 +15,7 @@ #include <string_view> #include <type_traits> -#include <utf8/unchecked.h> +#include <utf8cpp/utf8/unchecked.h> /// All methods work with strings in utf-8 format namespace strings