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