From 751379da4be48f9b911a91cf17686330dd999d0c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Dec 2023 01:59:44 +0100 Subject: Account for split branch in libdcp. --- src/lib/font_id_allocator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/font_id_allocator.cc') diff --git a/src/lib/font_id_allocator.cc b/src/lib/font_id_allocator.cc index 70eda2b06..529361e41 100644 --- a/src/lib/font_id_allocator.cc +++ b/src/lib/font_id_allocator.cc @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -57,7 +57,7 @@ FontIDAllocator::add_fonts_from_reels(vector> const& reels void -FontIDAllocator::add_fonts_from_asset(int reel_index, shared_ptr asset) +FontIDAllocator::add_fonts_from_asset(int reel_index, shared_ptr asset) { for (auto const& font: asset->font_data()) { _map[Font(reel_index, asset->id(), font.first)] = 0; -- cgit v1.2.3