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. --- test/ffmpeg_decoder_error_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ffmpeg_decoder_error_test.cc') diff --git a/test/ffmpeg_decoder_error_test.cc b/test/ffmpeg_decoder_error_test.cc index 2774d0ef4..1bb289feb 100644 --- a/test/ffmpeg_decoder_error_test.cc +++ b/test/ffmpeg_decoder_error_test.cc @@ -22,6 +22,7 @@ #include "lib/content.h" #include "lib/content_factory.h" #include "lib/dcpomatic_time.h" +#include "lib/film.h" #include "lib/player.h" #include "test.h" #include -- cgit v1.2.3