diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:12:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:13:14 +0200 |
| commit | d64297d2119330e7895251beebd071b7e17e46dd (patch) | |
| tree | ca70d9bb7ebcdac7af333391c54cd5563d5467c3 | |
| parent | 417a2ddd35b9b95373db2cff07e1d9256281105a (diff) | |
Adjust include for change in libdcp.
| -rw-r--r-- | src/lib/dcp_video.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index fa9daee09..d810177ca 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -43,8 +43,8 @@ #include "rng.h" #include "util.h" #include <libcxml/cxml.h> +#include <dcp/colour_conversion.h> #include <dcp/openjpeg_image.h> -#include <dcp/rgb_xyz.h> #include <dcp/j2k_transcode.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS |
