From a3c1ae7c2e46b65347341896b3d1a505ff92632b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Aug 2023 18:11:11 +0200 Subject: Extract Film::Property to its own header to (maybe) increase compilation speed. --- src/lib/dcp_subtitle_decoder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/dcp_subtitle_decoder.cc') diff --git a/src/lib/dcp_subtitle_decoder.cc b/src/lib/dcp_subtitle_decoder.cc index fa92193a5..b3e6d7553 100644 --- a/src/lib/dcp_subtitle_decoder.cc +++ b/src/lib/dcp_subtitle_decoder.cc @@ -21,6 +21,7 @@ #include "dcp_subtitle_content.h" #include "dcp_subtitle_decoder.h" +#include "film.h" #include "font.h" #include "text_content.h" #include "util.h" -- cgit v1.2.3