diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-10 01:39:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-10 01:39:38 +0100 |
| commit | 9063624bd62c8fb513b51077300a74c7e46a56d9 (patch) | |
| tree | 9ebb5b4fddfb13ebbc88ccdd48013258c8e7e930 /src/lib/video_content.h | |
| parent | 02b74112721d13a27b0bbaece714d5c8ea743d43 (diff) | |
Extract crop.h
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index cff141e4e..087a92245 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -25,9 +25,9 @@ #include "colour_conversion.h" #include "content_part.h" +#include "crop.h" #include "dcpomatic_time.h" #include "pixel_quanta.h" -#include "types.h" #include "user_property.h" #include <dcp/language_tag.h> #include <boost/thread/mutex.hpp> |
